Skip to content

Commit

Permalink
Merge branch 'tomas/fix-ci-changelog-sha'
Browse files Browse the repository at this point in the history
* origin/tomas/fix-ci-changelog-sha:
  CI: use the event head sha to check changelog
  • Loading branch information
Fraccaman committed Jul 28, 2024
2 parents c445431 + 53d5a31 commit c445cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Check changelog
run: bash .github/workflows/scripts/check-changelog.sh
env:
SHA: ${{ github.sha }}
SHA: ${{ github.event.pull_request.head.sha }}

lints:
container:
Expand Down

0 comments on commit c445cc0

Please sign in to comment.