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