Skip to content

Commit

Permalink
Upgrade ssh-agent action
Browse files Browse the repository at this point in the history
  • Loading branch information
kasuboski authored Aug 26, 2021
1 parent b6faa58 commit 5bc1c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
cp resume.html personal-site/static/resume.html
cp resume.pdf personal-site/static/resume.pdf
- uses: webfactory/ssh-agent@v0.2.0
- uses: webfactory/ssh-agent@v0.5.3
if: startsWith(github.ref, 'refs/tags/')
with:
ssh-private-key: ${{ secrets.personal_site_key }}
Expand All @@ -68,4 +68,4 @@ jobs:
else
git commit -m "Update resume from ${GITHUB_REPOSITORY}@${GITHUB_SHA}"
git push origin master
fi
fi

0 comments on commit 5bc1c9b

Please sign in to comment.