We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21db3b commit af0fa80Copy full SHA for af0fa80
1 file changed
.github/workflows/repo-sync.yml
@@ -16,14 +16,9 @@ jobs:
16
source_branch: main
17
destination_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
18
github_token: ${{ secrets.REPO_SYNC }}
19
- - name: Print workflow inputs
20
- run: |
21
- echo "source_repo: ${{ inputs.source_repo }}"
22
- echo "destination_repository: ${{ inputs.destination_repository }}"
23
- uses: repo-sync/pull-request@v2
24
name: Create pull request
25
with:
26
source_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
27
- destination_repository: ${{ secrets.DESTINATION_REPOSITORY }}
28
destination_branch: main
29
0 commit comments