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 98207f2 commit 6888182
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: printf "%s\n" "${{ steps.plan.outputs.stdout }}"

0 comments on commit 6888182

Please sign in to comment.