We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204eb35 commit dc588b6Copy full SHA for dc588b6
README.md
@@ -35,8 +35,8 @@ jobs:
35
...
36
steps:
37
- uses: actions/checkout@v4
38
- # Make sure the @v0.8.0 matches the current version of the action
39
- - uses: webfactory/ssh-agent@v0.8.0
+ # Make sure the @v0.9.0 matches the current version of the action
+ - uses: webfactory/ssh-agent@v0.9.0
40
with:
41
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
42
# ... other steps
@@ -51,7 +51,7 @@ You can set up different keys as different secrets and pass them all to the acti
51
52
```yaml
53
# ... contents as before
54
55
56
ssh-private-key: |
57
${{ secrets.FIRST_KEY }}
0 commit comments