Skip to content

Commit

Permalink
Update lib/ci/list-terraformers
Browse files Browse the repository at this point in the history
Co-authored-by: Buck Evan <workitharder@gmail.com>
  • Loading branch information
kneeyo1 and bukzor committed Apr 3, 2024
1 parent 36d7ca4 commit 4461ae4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/ci/list-terraformers
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -euo pipefail

python3 -m lib.tacos.terraformers |
jq -R |
jq -cs |
gha-set-output terraformers |
# prettify
jq . \
jq -R |
jq -cs |
gha-set-output terraformers |
# prettify
jq . \
;

0 comments on commit 4461ae4

Please sign in to comment.