upsert_branch && upsert_pr

This commit is contained in:
Earl Warren 2023-10-12 19:13:07 +02:00
parent 71281446ea
commit ec542726c8
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
6 changed files with 72 additions and 6 deletions

View file

@ -11,6 +11,7 @@ jobs:
origin-url: ${{ env.GITHUB_SERVER_URL }}
origin-repo: user1/originrepo
origin-token: ${{ secrets.ORIGIN_TOKEN }}
origin-pr: ${{ github.event.pull_request.number }}
destination-url: ${{ env.GITHUB_SERVER_URL }}
destination-repo: user2/destinationrepo
destination-token: ${{ secrets.DESTINATION_TOKEN }}