Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Jun 13, 2024
1 parent 8c5d0f2 commit 89c1fd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable-changelog-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Changelog check
run: '! git diff --quiet ${{ github.event.pull_request.base.ref }} -- CHANGELOG.md'
run: '! git diff --quiet "origin/${{ github.event.pull_request.base.ref }}" -- CHANGELOG.md'
shell: bash

0 comments on commit 89c1fd8

Please sign in to comment.