Skip to content

Commit

Permalink
fix variable (#1031)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Nov 11, 2021
1 parent ff2104c commit c2c3a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
contents: read
env:
COSIGN_EXPERIMENTAL: "true"
GIT_HASH: $GITHUB_SHA
GIT_HASH: ${{ github.sha }}
GIT_VERSION: latest
GITHUB_RUN_ID: ${{ github.run_id }}
GITHUB_RUN_ATTEMPT: ${{ github.run_attempt }}
Expand Down

0 comments on commit c2c3a1d

Please sign in to comment.