We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d266589 commit 81d94cdCopy full SHA for 81d94cd
.github/workflows/ci-metadata.yml
@@ -52,7 +52,8 @@ jobs:
52
# We need to try a number of different options for finding the head commit, because each kind of trigger event
53
# stores it in a different location
54
env:
55
- COMMIT_SHA_EXPR: ${{ github.event.pull_request.head.sha || github.event.head_commit.id || inputs.head_commit }}
+ COMMIT_SHA_EXPR:
56
+ ${{ github.event.pull_request.head.sha || github.event.head_commit.id || inputs.head_commit }}
57
run: |
58
COMMIT_SHA=$(git rev-parse --short "$COMMIT_SHA_EXPR")
59
echo "COMMIT_SHA=$COMMIT_SHA" >> $GITHUB_ENV
0 commit comments