fix(actions): forgejo repo link defaulting
Some checks failed
build dist / build-dist (push) Failing after 25s

This commit is contained in:
z0x 2025-03-23 11:17:58 -04:00
parent 18b95a91b8
commit 702361c3ca

View file

@ -24,7 +24,7 @@ jobs:
bun run build bun run build
- name: Deploy to server - name: Deploy to server
uses: appleboy/scp-action@master uses: https://github.com/appleboy/scp-action@master
with: with:
host: ${{ secrets.HOST }} host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}