We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29eb11e commit 77b99cbCopy full SHA for 77b99cb
.github/workflows/deploy.yml
@@ -12,19 +12,19 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout main branch
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
- name: Pull latest release from GitHub
17
- uses: appleboy/ssh-action@0.1.5
+ uses: appleboy/ssh-action@1.0.3
18
with:
19
host: ${{ secrets.HOST }}
20
username: ${{ secrets.USERNAME }}
21
key: ${{ secrets.KEY }}
22
passphrase: ${{ secrets.PASSPHRASE }}
23
script: |
24
cd ~/bots/quinn
25
- git pull [email protected]:unreal-slackers/quinn.git
+ git pull
26
- name: Build & run
27
28
29
30
0 commit comments