Skip to content

Commit

Permalink
fix github action typo (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: Emma Ai <[email protected]>
  • Loading branch information
emmaai and Emma Ai authored Jan 10, 2023
1 parent b5c50ed commit b3aa96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sandbox-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build a new docker image with tag
id: tag-image
run: |
echo "TAG=$github.ref_name" \
echo "TAG=${{ github.ref_name }}" \
>> $GITHUB_OUTPUT
outputs:
image_tag: ${{ steps.tag-image.outputs.TAG }}
Expand Down

0 comments on commit b3aa96f

Please sign in to comment.