mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
set source branch for PR
This commit is contained in:
parent
18ba08ce22
commit
dc30500505
2
.github/workflows/sync-linguist.yml
vendored
2
.github/workflows/sync-linguist.yml
vendored
@ -80,6 +80,8 @@ jobs:
|
|||||||
uses: repo-sync/pull-request@v2
|
uses: repo-sync/pull-request@v2
|
||||||
if: ${{ steps.commit.outputs.needs_pr == 'true' }}
|
if: ${{ steps.commit.outputs.needs_pr == 'true' }}
|
||||||
with:
|
with:
|
||||||
|
source_branch: ${{ steps.branch.outputs.branch_name }}
|
||||||
|
pr_body: "Automated Linguist update :robot:"
|
||||||
destination_branch: "master"
|
destination_branch: "master"
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: output-url
|
- name: output-url
|
||||||
|
Loading…
Reference in New Issue
Block a user