updated webfactory/ssh-agent in deploy action
Some checks failed
hugo-deploy / deploy (push) Failing after 3s
Some checks failed
hugo-deploy / deploy (push) Failing after 3s
This commit is contained in:
parent
30688a8dc8
commit
33e9b5ecc2
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
||||
- uses: webfactory/ssh-agent@v0.7.0
|
||||
- uses: github.com/webfactory/ssh-agent@v0.9.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
- name: Add known host
|
||||
|
|
Loading…
Reference in a new issue