Skip to content

Commit

Permalink
remove colon and change back to output
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Nov 21, 2024
1 parent c70630d commit d750287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

- name: Get Git SHA
id: get_sha
run: echo "sha=$(git rev-parse HEAD)" >> $GITHUB_ENV
run: echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT

- name: Debug Git SHA
run: echo "Git SHA: ${{ steps.get_sha.outputs.sha }}"
run: echo "Git SHA ${{ steps.get_sha.outputs.sha }}"

- name: Set up Docker Buildx
# https://github.com/docker/setup-buildx-action
Expand Down

0 comments on commit d750287

Please sign in to comment.