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 41c4a46 commit f6ea4eaCopy full SHA for f6ea4ea
README.md
@@ -29,7 +29,8 @@ jobs:
29
DESTINATION_REPO: ""
30
DESTINATION_BRANCH: ""
31
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
32
- args: $SOURCE_REPO $SOURCE_BRANCH $DESTINATION_REPO $DESTINATION_BRANCH
+ with:
33
+ args: $SOURCE_REPO $SOURCE_BRANCH $DESTINATION_REPO $DESTINATION_BRANCH
34
```
35
`SSH_PRIVATE_KEY` can be omitted if using authenticated HTTPS repo clone urls like `https://username:access_token@github.com/username/repository.git`.
36
0 commit comments