Skip to content

Commit

Permalink
gh-actions/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Dec 3, 2024
1 parent da985ca commit 10b274c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions gh-actions/gcp/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@ runs:
if: ${{ inputs.key && inputs.boto-rm }}
shell: bash
- run: |
echo "FORCE INSTALL"
id: gsutil
if: ${{ inputs.force-install }}
shell: bash
- run: |
echo "NO FORCE INSTALL"
id: gsutil
if: ${{ ! inputs.force-install }}
shell: bash
# Install gsutil if necessary
- run: |
if ! which gsutil >& /dev/null; then
Expand Down

0 comments on commit 10b274c

Please sign in to comment.