Skip to content

Commit f6ea4ea

Browse files
authored
fix(README.md): workflow syntax
1 parent 41c4a46 commit f6ea4ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
DESTINATION_REPO: ""
3030
DESTINATION_BRANCH: ""
3131
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
32-
args: $SOURCE_REPO $SOURCE_BRANCH $DESTINATION_REPO $DESTINATION_BRANCH
32+
with:
33+
args: $SOURCE_REPO $SOURCE_BRANCH $DESTINATION_REPO $DESTINATION_BRANCH
3334
```
3435
`SSH_PRIVATE_KEY` can be omitted if using authenticated HTTPS repo clone urls like `https://username:access_token@github.com/username/repository.git`.
3536

0 commit comments

Comments
 (0)