We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a57242 commit 3586ad4Copy full SHA for 3586ad4
1 file changed
README.md
@@ -23,7 +23,7 @@ A GitHub Action to establish a WireGuard VPN tunnel to NYC Mesh infrastructure b
23
```yaml
24
steps:
25
- name: Setup NYC Mesh VPN
26
- uses: nycmeshnet/vpn-infra-action@main
+ uses: nycmeshnet/nycmesh-vpn-action@main
27
with:
28
config-name: "your-config-name"
29
private-key: ${{ secrets.WG_PRIVATE_KEY }}
0 commit comments