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 d80e60b commit 7b1cc58Copy full SHA for 7b1cc58
.github/workflows/multicluster-e2e.yaml
@@ -46,7 +46,7 @@ jobs:
46
- name: Set commit short ref
47
id: commit-ref
48
# 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"
+ run: echo "GIT_SHORT_REF=$(echo ${{ github.sha }} | cut -c 7)" >> "$GITHUB_OUTPUT"
50
- name: Create cluster
51
uses: stackrox/actions/infra/create-cluster@v1
52
with:
0 commit comments