Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Aug 20, 2023
1 parent 1a0d071 commit bcdfbf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:

- name: Connecting to Husarnet VPN network
uses: husarnet/husarnet-action@v3
uses: husarnet/husarnet-action@v4
with:
join-code: ${{ secrets.HUSARNET_JOINCODE }}

Expand All @@ -28,11 +28,11 @@ jobs:

```yaml
- name: Husarnet VPN
uses: husarnet/husarnet-action@v3
uses: husarnet/husarnet-action@v4
with:
join-code: ${{ secrets.HUSARNET_JOINCODE }}
hostname: my-hostname
remove-host: yes
remove-host: 'true'
dashboard-login: ${{ secrets.HUSARNET_DASHBOARD_LOGIN }}
dashboard-password: ${{ secrets.HUSARNET_DASHBOARD_PASSWORD }}
```
Expand Down

0 comments on commit bcdfbf5

Please sign in to comment.