Skip to content

Commit

Permalink
ci: fix ecosystem-ci-trigger head_sha (#18928)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Dec 10, 2024
1 parent 87826f5 commit 8ccd34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Check Commit Hash Ambiguity
id: check_ambiguity
run: |
HEAD_SHA=${{ fromJSON(steps.get-pr-data.outputs.result).head_sha }}
HEAD_SHA=${{ steps.get-pr-data.outputs.head_sha }}
COMMIT_SHORT=${HEAD_SHA:0:7}
if git show "$COMMIT_SHORT"; then
Expand Down

0 comments on commit 8ccd34d

Please sign in to comment.