Skip to content

Commit

Permalink
Fix output sha
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere committed Oct 18, 2023
1 parent 7ab1b55 commit 4706a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/handle_llvm_runner_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set outputs
if: matrix.image_name == needs.check_changes.outputs.image_to_build || needs.check_changes.outputs.image_to_build == 'both'
id: set_output
run: echo "name=sha_short::$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
run: echo "sha_short=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"

- name: Set up Docker Buildx
if: matrix.image_name == needs.check_changes.outputs.image_to_build || needs.check_changes.outputs.image_to_build == 'both'
Expand Down

0 comments on commit 4706a5f

Please sign in to comment.