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