mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Fix SSH example on README.md (#182)
Fixed a syntax error with an extra '-', found while trying to use the example.
This commit is contained in:
parent
ef5f1630d3
commit
4258c3a701
@ -128,7 +128,7 @@ jobs:
|
||||
npm run-script build
|
||||
|
||||
- name: Install SSH Client
|
||||
- uses: webfactory/ssh-agent@v0.2.0 # This step installs the ssh client into the workflow run. There's many options available for this on the action marketplace.
|
||||
uses: webfactory/ssh-agent@v0.2.0 # This step installs the ssh client into the workflow run. There's many options available for this on the action marketplace.
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user