Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Jun 13, 2024
1 parent 8b3a1e4 commit 8c5d0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-changelog-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Changelog check
run: '! git diff --quiet "origin/${{ github.event.pull_request.base.ref }}" -- CHANGELOG.md'
run: '! git diff --quiet ${{ github.event.pull_request.base.ref }} -- CHANGELOG.md'
shell: bash

0 comments on commit 8c5d0f2

Please sign in to comment.