Update .github/workflows/sync-fork.yml

update reference to previous fork

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
E. Lynette Rayle
2025-05-16 17:27:44 -04:00
committed by GitHub
parent 660f3fa79c
commit 290ae4b882
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: Open Pull Request
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.'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}