fix(actions): forgejo repo link defaulting
Some checks failed
build dist / build-dist (push) Failing after 25s
Some checks failed
build dist / build-dist (push) Failing after 25s
This commit is contained in:
parent
18b95a91b8
commit
702361c3ca
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
|||
bun run build
|
||||
|
||||
- name: Deploy to server
|
||||
uses: appleboy/scp-action@master
|
||||
uses: https://github.com/appleboy/scp-action@master
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
|
|
Loading…
Add table
Reference in a new issue