Skip to content

Commit

Permalink
surround sha with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Sep 29, 2024
1 parent 3550982 commit 8a5cf88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Set vars
id: vars
run: |
echo "sha_short=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_ENV
echo "sha_short=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_OUTPUT
echo "sha_short=\"$(git rev-parse --short ${{ github.sha }})\"" >> $GITHUB_OUTPUT
build-push:
name: Build and Push Images
Expand Down

0 comments on commit 8a5cf88

Please sign in to comment.