Skip to content

Commit

Permalink
trying to fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
figadore authored Sep 13, 2024
1 parent dd01f86 commit 872af7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
echo access_token_expiration="${{ steps.auth.outputs.access_token_expiration }}" >> $GITHUB_OUTPUT
echo id_token="${{ steps.auth.outputs.id_token }}" >> $GITHUB_OUTPUT
- name: 'Set up Cloud SDK'
if: ${{ github.event.inputs.only_auth != "true" }}
if: ${{ github.event.inputs.only_auth != 'true' }}
uses: google-github-actions/setup-gcloud@v2
- name: Debug gcloud auth
shell: bash
Expand Down

0 comments on commit 872af7a

Please sign in to comment.