From 290ae4b8826f06ba37738303e441c8da45d819eb Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Fri, 16 May 2025 17:27:44 -0400 Subject: [PATCH] Update .github/workflows/sync-fork.yml update reference to previous fork Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/sync-fork.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml index 06dd4a3..0082899 100644 --- a/.github/workflows/sync-fork.yml +++ b/.github/workflows/sync-fork.yml @@ -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 }}