Skip to content

Commit

Permalink
Correct set-env-vars flag placement
Browse files Browse the repository at this point in the history
  • Loading branch information
ovejabu committed Jun 28, 2024
1 parent cb3d456 commit 666b45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
--platform managed \
--region ${{ env.REGION }} \
--allow-unauthenticated \
--format 'value(status.url)')\
--set-env-vars GCS_BUCKET=${{ secrets.GCS_BUCKET }}
--set-env-vars GCS_BUCKET=${{ secrets.GCS_BUCKET }}\
--format 'value(status.url)')
echo "url=$URL" >> $GITHUB_OUTPUT
echo "Deployed to $URL"
Expand Down

0 comments on commit 666b45b

Please sign in to comment.