Skip to content

Commit a79314e

Browse files
authored
Update repo-sync.yml
1 parent 3a04449 commit a79314e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
source_repo: ${{ secrets.SOURCE_REPO }}
1818
source_branch: main
1919
destination_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
20-
destination_repository: ${{ secrets.DESTINATION_REPOSITORY }}
2120
github_token: ${{ secrets.GITHUB_TOKEN }}
2221
- uses: repo-sync/pull-request@v2
2322
name: Create pull request
2423
with:
2524
source_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
25+
destination_repository: ${{ secrets.DESTINATION_REPOSITORY }}
2626
destination_branch: main
2727
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)