forked from Skynet/deploy_user_hugo
feat: no longer ask teh user to enter their own username
This commit is contained in:
parent
21dfe24bca
commit
24f8bff802
2 changed files with 2 additions and 4 deletions
|
@ -25,6 +25,6 @@ jobs:
|
|||
uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5
|
||||
with:
|
||||
ssh_key: ${{ secrets.SSH_KEY }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
username: ${{ env.GITHUB_REPOSITORY_OWNER }}
|
||||
folder: "src"
|
||||
#destination: "subfolder"
|
Loading…
Add table
Add a link
Reference in a new issue