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 a8a3e89 commit f8a718e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +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 }}"
IPS="${{ needs.parseIps.outputs.ips }}"
echo $IPS
echo ::add-mask::$IPS
echo $IPS

0 comments on commit f8a718e

Please sign in to comment.