Skip to content

fix(ci): retarget reusable-workflow uses: refs to current org homes#238

Merged
JacobPEvans-personal merged 1 commit into
mainfrom
fix/ci-shared-workflow-org-refs
May 29, 2026
Merged

fix(ci): retarget reusable-workflow uses: refs to current org homes#238
JacobPEvans-personal merged 1 commit into
mainfrom
fix/ci-shared-workflow-org-refs

Conversation

@JacobPEvans-personal
Copy link
Copy Markdown
Member

Root cause

uses: in GitHub Actions does not follow repo-transfer or org-rename redirects, and cannot reference variables. All uses: JacobPEvans/... lines were hard-coded to the old owner and would fail at workflow parse time now that the repos have moved.

Changes

Corrected the literal owner on all 12 real (non-comment) uses: lines:

Old New
JacobPEvans/ai-workflows/ dryvist/ai-workflows/
JacobPEvans/.github/ JacobPEvans-personal/.github/

Skipped: 6 comment lines (# uses: ...) left untouched; ./-local reusable workflow refs left untouched.

Part of an org-wide sweep fixing the same class of breakage across all consumer repos.

🤖 Generated with Claude Code

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 <noreply@anthropic.com>
@JacobPEvans-personal JacobPEvans-personal force-pushed the fix/ci-shared-workflow-org-refs branch from 9a6ec91 to a582da2 Compare May 29, 2026 05:22
@JacobPEvans-personal JacobPEvans-personal merged commit 5b25275 into main May 29, 2026
1 check passed
@JacobPEvans-personal JacobPEvans-personal deleted the fix/ci-shared-workflow-org-refs branch May 29, 2026 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant