Skip to content

Commit 6691d22

Browse files
authored
chore(e2e): add missing SHORT_SHA (#2545)
Signed-off-by: Nick Boldt <[email protected]>
1 parent 319010b commit 6691d22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push-e2e-runner.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343

4444
- name: Prepare Environment Variables
4545
run: |
46+
SHORT_SHA=$(git rev-parse --short HEAD)
47+
echo "SHORT_SHA=$SHORT_SHA" >> $GITHUB_ENV
48+
4649
echo "PLATFORM=linux/amd64" >> $GITHUB_ENV
4750
latestNext="next"
4851
# for main branch, use next tags; for 1.y branches, use :latest tags

0 commit comments

Comments
 (0)