Skip to content

Commit c124621

Browse files
update README.md
1 parent af7c2a9 commit c124621

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,11 @@ jobs:
4747
- name: 💞 Github actions...
4848
uses: actions/checkout@v3
4949
- name: 🌈 Deploy with ssh...
50-
uses: sebastianjnuwu/ssh-action-deploy@action
50+
uses: sebastianjnuwu/ssh-action-deploy@v1
5151
with:
5252
IP: ${{ secrets.IP }}
5353
USER: ${{ secrets.USER }}
5454
KEY: ${{ secrets.KEY }}
55-
REPO: 'ssh-action-deploy'
5655
FOLDER: 'root/.deploy'
5756
RUN: 'ls -a; pwd'
5857
```
@@ -64,6 +63,5 @@ jobs:
6463
| `IP` | `1.1.1.1`| `true` |
6564
| `USER` | `root` | `true` |
6665
| `KEY` | xxxxxx | `true` |
67-
| `REPO` | `your-repository` | `true` |
6866
| `FOLDER` | `user/.deploy`| `true` |
6967
| `RUN` | `uptime` | `true` |

0 commit comments

Comments
 (0)