Skip to content

Commit

Permalink
Make preview less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jan 6, 2024
1 parent f1fe55e commit 310db1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
steps:
- name: Download Workspace
run: |
curl ${{ inputs.workspace_transfer_url }} --fail | tar -xzf -
- run: ls -la
curl ${{ inputs.workspace_transfer_url }} --fail --silent | tar -xzf -
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.6.6"
Expand Down

0 comments on commit 310db1e

Please sign in to comment.