We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742e2f0 commit 594325aCopy full SHA for 594325a
1 file changed
.github/workflows/repo-sync.yml
@@ -16,13 +16,13 @@ jobs:
16
with:
17
source_repo: ${{ secrets.SOURCE_REPO }}
18
source_branch: main
19
- destination_repo: ${{ secrets.DESTINATION_REPOSITORY }}
+ destination_repository: ${{ secrets.DESTINATION_REPOSITORY }}
20
destination_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
21
github_token: ${{ secrets.GITHUB_TOKEN }}
22
- uses: repo-sync/pull-request@v2
23
name: Create pull request
24
25
source_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
26
27
destination_branch: main
28
0 commit comments