Skip to content

Commit

Permalink
reuse same name
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed May 15, 2024
1 parent 36224c2 commit 715a228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:

- name: Get Short GitHub SHA
id: short_git_sha
run: echo "short_git_sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
# run: echo "short_git_sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
# TODO: revert
run: echo "short_git_sha=36224c2" >> "$GITHUB_OUTPUT"

- name: Import Secrets
id: secrets
Expand Down

0 comments on commit 715a228

Please sign in to comment.