Update .github/workflows/sync-fork.yml
update reference to previous fork Co-authored-by: Copilot <[email protected]>
This commit is contained in:
co-authored by
Copilot
parent
660f3fa79c
commit
290ae4b882
@@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Open Pull Request
|
- name: Open Pull Request
|
||||||
run: |
|
run: |
|
||||||
gh repo set-default actions/gradle-dependency-submission-action
|
gh repo set-default actions/gradle-build-tools-actions
|
||||||
gh pr create -B main -H weekly-sync-branch-${{ github.run_id }} --title 'Sync Fork with Upstream' --body 'Weekly Cron. Created by GitHub Actions.'
|
gh pr create -B main -H weekly-sync-branch-${{ github.run_id }} --title 'Sync Fork with Upstream' --body 'Weekly Cron. Created by GitHub Actions.'
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user