Skip to content

Commit 594325a

Browse files
authored
Update repo-sync.yml
1 parent 742e2f0 commit 594325a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
with:
1717
source_repo: ${{ secrets.SOURCE_REPO }}
1818
source_branch: main
19-
destination_repo: ${{ secrets.DESTINATION_REPOSITORY }}
19+
destination_repository: ${{ secrets.DESTINATION_REPOSITORY }}
2020
destination_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
- uses: repo-sync/pull-request@v2
2323
name: Create pull request
2424
with:
2525
source_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
26-
destination_repo: ${{ secrets.DESTINATION_REPOSITORY }}
26+
destination_repository: ${{ secrets.DESTINATION_REPOSITORY }}
2727
destination_branch: main
2828
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)