Skip to content

Commit

Permalink
ci(skip): correct the head-sha input
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Jan 12, 2024
1 parent 9ab9f26 commit 8169517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/skip/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ runs:
- name: Mock Required Checks
if: ${{ inputs.mock == 'true' && steps.check-commit-message.skip-ci }}
env:
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
with:
head-sha: ${{ github.event.pull_request.head.sha }}
uses: ./.github/actions/mock

0 comments on commit 8169517

Please sign in to comment.