Skip to content

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

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#230
JacobPEvans-personal merged 1 commit into
mainfrom
fix/ci-shared-workflow-org-refs

Conversation

@JacobPEvans-personal
Copy link
Copy Markdown
Member

Root cause

GitHub Actions uses: resolves org/repo names at parse time with no redirect support and no variable interpolation. After repos moved from JacobPEvans to dryvist (ai-workflows) and from JacobPEvans to JacobPEvans-personal (.github), all callers referencing the old owner fail at workflow parse time — the run never starts.

Changes

Corrected the literal owner in 14 workflow files (15 substitutions):

Old owner New owner Repo
JacobPEvans dryvist ai-workflows
JacobPEvans JacobPEvans-personal .github

Path and @ref are unchanged.

Part of an org-wide sweep across all dryvist/* 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 merged commit 2ece34f into main May 29, 2026
11 checks passed
@JacobPEvans-personal JacobPEvans-personal deleted the fix/ci-shared-workflow-org-refs branch May 29, 2026 11:05
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