Skip to content

Commit b499bd9

Browse files
authored
Update repo-sync.yml
1 parent 64bc3ee commit b499bd9

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
@@ -17,12 +17,12 @@ jobs:
1717
source_repo: ${{ secrets.SOURCE_REPO }}
1818
source_branch: main
1919
destination_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
20-
destination_repo: ${{ secrets.DESTINATION_REPOSITORY }}
20+
destination_repository: ${{ secrets.DESTINATION_REPOSITORY }}
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 }}
2626
destination_branch: main
27-
destination_repo: ${{ secrets.DESTINATION_REPOSITORY }}
27+
destination_repository: ${{ secrets.DESTINATION_REPOSITORY }}
2828
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)