Skip to content

Commit a313dc8

Browse files
committed
Chaging version of action
1 parent 935871e commit a313dc8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@ jobs:
3535
run: ./vendor/bin/phpunit
3636

3737
- name: Deploy using ssh
38-
uses: appleboy/ssh-action@master
38+
uses: appleboy/ssh-action@v1.1.0
3939
with:
4040
host: ${{ secrets.SSH_HOST }}
4141
username: ${{ secrets.SSH_USERNAME }}
4242
# key: ${{ secrets.SSH_PRIVATE_KEY }}
4343
password: ${{ secrets.SSH_PASSWORD }}
44-
script: |
45-
cd ${{ secrets.APP_PATH }}
46-
./build.sh
44+
script: whoami
4745

0 commit comments

Comments
 (0)