mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-24 23:12:13 +00:00
Change version number of ssh-agent
Github Actions failed with `webfactory/ssh-agent@v0.1`. Works with `webfactory/ssh-agent@v0.1.1`.
This commit is contained in:
parent
e181806200
commit
3a051ce628
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
|||
...
|
||||
steps:
|
||||
- actions/checkout@v1
|
||||
- uses: webfactory/ssh-agent@v0.1
|
||||
- uses: webfactory/ssh-agent@v0.1.1
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
- ... other steps
|
||||
|
|
Loading…
Add table
Reference in a new issue