[go: nahoru, domu]

Skip to content

Commit

Permalink
docs: destination_repo should not end with .git (wei#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 27, 2021
1 parent 9a00158 commit b525009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
source_repo: "source_org/repository"
source_branch: "main"
destination_repo: "destination_org/repository.git"
destination_repo: "destination_org/repository"
destination_branch: "main"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} # optional
source_ssh_private_key: ${{ secrets.SOURCE_SSH_PRIVATE_KEY }} # optional, will override `SSH_PRIVATE_KEY`
Expand Down

0 comments on commit b525009

Please sign in to comment.