Skip to content

Commit 81d94cd

Browse files
committed
fix formatting
1 parent d266589 commit 81d94cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-metadata.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
# We need to try a number of different options for finding the head commit, because each kind of trigger event
5353
# stores it in a different location
5454
env:
55-
COMMIT_SHA_EXPR: ${{ github.event.pull_request.head.sha || github.event.head_commit.id || inputs.head_commit }}
55+
COMMIT_SHA_EXPR:
56+
${{ github.event.pull_request.head.sha || github.event.head_commit.id || inputs.head_commit }}
5657
run: |
5758
COMMIT_SHA=$(git rev-parse --short "$COMMIT_SHA_EXPR")
5859
echo "COMMIT_SHA=$COMMIT_SHA" >> $GITHUB_ENV

0 commit comments

Comments
 (0)