Skip to content

Commit 7b1cc58

Browse files
committed
fix github sha ref
1 parent d80e60b commit 7b1cc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multicluster-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set commit short ref
4747
id: commit-ref
4848
# did not use git rev-parse here because it requires a checkout before
49-
run: echo "GIT_SHORT_REF=$(echo ${{ env.GITHUB_SHA }} | cut -c 7)" >> "$GITHUB_OUTPUT"
49+
run: echo "GIT_SHORT_REF=$(echo ${{ github.sha }} | cut -c 7)" >> "$GITHUB_OUTPUT"
5050
- name: Create cluster
5151
uses: stackrox/actions/infra/create-cluster@v1
5252
with:

0 commit comments

Comments
 (0)