Skip to content

Commit

Permalink
Attempting to fix a broken pipe error in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Aug 26, 2024
1 parent 406ce78 commit f1f592d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
run: tofu plan -no-color

- name: Display plan
run: echo ${{ steps.plan.outputs.stdout }}
run: echo '${{ steps.plan.outputs.stdout }}'

0 comments on commit f1f592d

Please sign in to comment.