10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4512be8 commit 2996779< 10BB4 /button>Copy full SHA for 2996779
README.md
@@ -36,9 +36,9 @@ jobs:
36
...
37
steps:
38
- actions/checkout@v2
39
- # Make sure the @v0.6.0 matches the current version of the
+ # Make sure the @v0.7.0 matches the current version of the
40
# action
41
- - uses: webfactory/ssh-agent@v0.6.0
+ - uses: webfactory/ssh-agent@v0.7.0
42
with:
43
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
44
- ... other steps
@@ -53,7 +53,7 @@ You can set up different keys as different secrets and pass them all to the acti
53
54
```yaml
55
# ... contens as before
56
57
58
ssh-private-key: |
59
${{ secrets.FIRST_KEY }}
0 commit comments