mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-23 22:50:47 +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:
|
steps:
|
||||||
- actions/checkout@v1
|
- actions/checkout@v1
|
||||||
- uses: webfactory/ssh-agent@v0.1
|
- uses: webfactory/ssh-agent@v0.1.1
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
- ... other steps
|
- ... other steps
|
||||||
|
|
Loading…
Add table
Reference in a new issue