Skip to content

Commit

Permalink
Abort curl on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jan 5, 2024
1 parent 787e12e commit f1fe55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Download Workspace
run: |
curl ${{ inputs.workspace_transfer_url }} | tar -xzf -
curl ${{ inputs.workspace_transfer_url }} --fail | tar -xzf -
- run: ls -la
- uses: hashicorp/setup-terraform@v3
with:
Expand Down

0 comments on commit f1fe55e

Please sign in to comment.