Skip to content

Commit

Permalink
fix(README.md): workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wei authored Aug 11, 2019
1 parent 41c4a46 commit f6ea4ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
DESTINATION_REPO: ""
DESTINATION_BRANCH: ""
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
args: $SOURCE_REPO $SOURCE_BRANCH $DESTINATION_REPO $DESTINATION_BRANCH
with:
args: $SOURCE_REPO $SOURCE_BRANCH $DESTINATION_REPO $DESTINATION_BRANCH
```
`SSH_PRIVATE_KEY` can be omitted if using authenticated HTTPS repo clone urls like `https://username:[email protected]/username/repository.git`.

Expand Down

0 comments on commit f6ea4ea

Please sign in to comment.