Skip to content

Commit

Permalink
chore: fix cat
Browse files Browse the repository at this point in the history
  • Loading branch information
pevers committed Nov 28, 2022
1 parent ba25c97 commit 946b5a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ runs:
echo "PublicKey = ${{ inputs.peer_public_key }}" >> tunnel.conf
echo "AllowedIPs = ${{ inputs.peer_allowed_ips }}" >> tunnel.conf
echo "Endpoint = ${{ inputs.peer_endpoint }}" >> tunnel.conf
cat tunnel.conf
sudo cp tunnel.conf /etc/wireguard/
wg-quick up tunnel

0 comments on commit 946b5a1

Please sign in to comment.