Skip to content

Commit

Permalink
Use github sha from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Nov 1, 2023
1 parent b63f6b1 commit 6bf29b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Generate short SHA
run: echo "hash=$(git rev-parse --short=9 HEAD)" >> $GITHUB_OUTPUT
run: echo "hash=$(git rev-parse --short=9 "$GITHUB_SHA")" >> $GITHUB_OUTPUT
id: short-git-hash

- name: Wait for Docker image to be created
Expand Down

0 comments on commit 6bf29b5

Please sign in to comment.