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 575803a commit a8a3e89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
echo "ips=$IPS" >> $GITHUB_OUTPUT
- name: Reuse a variable obtained in another step
run: |
echo ::add-mask::${{ steps.parseIps.outputs.ips }}
IPS="${{ steps.parseIps.outputs.ips }}"
echo ::add-mask::$IPS
echo $IPS

0 comments on commit a8a3e89

Please sign in to comment.