There was an error while loading. Please reload this page.
1 parent 818a8c4 commit 74798ffCopy full SHA for 74798ff
1 file changed
.github/workflows/deploy.yml
@@ -4,12 +4,12 @@ on: [push]
4
5
jobs:
6
deploy:
7
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
8
runs-on: [ubuntu-latest]
9
steps:
10
- uses: actions/checkout@v1
11
- name: Push to server
12
- uses: appleboy/ssh-action@master
+ uses: appleboy/ssh-action@main
13
with:
14
host: ${{ secrets.SSH_HOST }}
15
username: ${{ secrets.SSH_USER }}
0 commit comments