Skip to content

Commit af0fa80

Browse files
authored
Update repo-sync.yml
1 parent a21db3b commit af0fa80

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/repo-sync.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,9 @@ jobs:
1616
source_branch: main
1717
destination_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
1818
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 }}"
2319
- uses: repo-sync/pull-request@v2
2420
name: Create pull request
2521
with:
2622
source_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
27-
destination_repository: ${{ secrets.DESTINATION_REPOSITORY }}
2823
destination_branch: main
2924
github_token: ${{ secrets.REPO_SYNC }}

0 commit comments

Comments
 (0)