Skip to content

Commit

Permalink
Remove the echo stap
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Jul 19, 2024
1 parent d6baba7 commit 6b9d194
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ jobs:
id: parseIps
uses: mikefarah/yq@master
with:
cmd: "yq 'explode(.) | {\"deprecating\": .deprecating_access_to_moj_intranet | flatten, \"allow\": .allow_access_to_moj_intranet | flatten }' -o json deploy/config/example-moj-ips.yaml"
- name: Reuse a variable obtained in another step
run: echo ${{ steps.parseIps.outputs.result }}
cmd: "yq 'explode(.) | {\"deprecating\": .deprecating_access_to_moj_intranet | flatten, \"allow\": .allow_access_to_moj_intranet | flatten }' -o json deploy/config/example-moj-ips.yaml"

0 comments on commit 6b9d194

Please sign in to comment.