Skip to content

Commit a45a5fb

Browse files
committed
Fix workflow again
1 parent 17be4d6 commit a45a5fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: appleboy/scp-action@master
4848
with:
4949
host: ${{ secrets.HOST }}
50+
username: ${{ secrets.USERNAME }}
5051
port: ${{ secrets.PORT }}
5152
key: ${{ secrets.SSH_KEY }}
5253
source: build/libs/wheelbarrow-bot-${{ env.version }}.jar
@@ -55,6 +56,7 @@ jobs:
5556
uses: appleboy/ssh-action@v0.1.8
5657
with:
5758
host: ${{ secrets.HOST }}
59+
username: ${{ secrets.USERNAME }}
5860
port: ${{ secrets.PORT }}
5961
key: ${{ secrets.SSH_KEY }}
6062
script: |

0 commit comments

Comments
 (0)