From 57a11423e6b7f1d8039ec194672ec701f61d9b92 Mon Sep 17 00:00:00 2001 From: JacobPEvans <20714140+JacobPEvans-personal@users.noreply.github.com> Date: Fri, 29 May 2026 01:06:32 -0400 Subject: [PATCH] fix(ci): retarget reusable-workflow uses: refs to current org homes GitHub Actions uses: does not follow repo move/rename redirects and cannot use variables; correct the literal owner. Part of an org-wide sweep. Assisted-by: Claude --- .github/workflows/gh-aw-pin-refresh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-aw-pin-refresh.yml b/.github/workflows/gh-aw-pin-refresh.yml index fbcfd87..d04f9e6 100644 --- a/.github/workflows/gh-aw-pin-refresh.yml +++ b/.github/workflows/gh-aw-pin-refresh.yml @@ -25,7 +25,7 @@ jobs: permissions: contents: write pull-requests: write - uses: JacobPEvans/.github/.github/workflows/_gh-aw-pin-refresh.yml@main + uses: JacobPEvans-personal/.github/.github/workflows/_gh-aw-pin-refresh.yml@main with: operation: ${{ inputs.operation || 'compile' }} secrets: