Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update README.md to reflect latest version #196

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update README.md to reflect latest version
npwolf authored Nov 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 2a71590b2dbf092545b9d29ffcf71bf6ca70757a
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -36,8 +36,8 @@ jobs:
...
steps:
- uses: actions/checkout@v3
# Make sure the @v0.7.0 matches the current version of the action
- uses: webfactory/ssh-agent@v0.7.0
# Make sure the @v0.8.0 matches the current version of the action
- uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
# ... other steps
@@ -52,7 +52,7 @@ You can set up different keys as different secrets and pass them all to the acti

```yaml
# ... contents as before
- uses: webfactory/ssh-agent@v0.7.0
- uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: |
${{ secrets.FIRST_KEY }}