Skip to content

Commit

Permalink
Merge pull request #41 from JosiahSiegel/fix-status-format
Browse files Browse the repository at this point in the history
fix status format
  • Loading branch information
JosiahSiegel authored Nov 6, 2023
2 parents b567da5 + 8306e86 commit 794339a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
run: |
sleep 5
if ping -c 2 $PING_URL > /dev/null 2>&1; then
echo "vpn-status='true'" >> $GITHUB_OUTPUT
echo "vpn-status=true" >> $GITHUB_OUTPUT
else
echo "vpn-status='false'" >> $GITHUB_OUTPUT
echo "vpn-status=false" >> $GITHUB_OUTPUT
fi

0 comments on commit 794339a

Please sign in to comment.