Skip to content

Commit

Permalink
Update ips.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Jul 19, 2024
1 parent 64f7950 commit 2b0065f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
with:
cmd: |
IPS=$(yq 'explode(.) | {"deprecating": .deprecating_access_to_moj_intranet | flatten, "allow": .allow_access_to_moj_intranet | flatten }' -o json deploy/config/example-moj-ips.yaml)
echo "::add-mask::$IPS"
echo "ips=$IPS" >> "$GITHUB_OUTPUT"
# cmd: "IPS=$(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 }}

0 comments on commit 2b0065f

Please sign in to comment.