Skip to content

ci(cd_pr): inline kuberc deno run (avoid actions/cache@v2 parse failure)#18

Merged
kasper-keunen merged 1 commit into
masterfrom
fix/kuberc-inline-deno-run
Apr 28, 2026
Merged

ci(cd_pr): inline kuberc deno run (avoid actions/cache@v2 parse failure)#18
kasper-keunen merged 1 commit into
masterfrom
fix/kuberc-inline-deno-run

Conversation

@kasper-keunen
Copy link
Copy Markdown
Contributor

Problem

Even after skipping MarkArts/kuberc cache steps via deno_install: false, PR jobs still failed because GitHub resolves nested actions declared in MarkArts/kuberc composite (actions/cache@v2) at workflow preparation time — before if: conditions run.

Change

Keep denoland/setup-deno@v1, replace the composite with the same deno run … kuberc@v5 invocation the composite uses internally.

Follow-up

Merge to master; entrails cd.yml already references @master.

Made with Cursor

GitHub rejects workflows that reference actions/cache@v2 even when nested
inside a composite whose steps are skipped. Inline deno run matches the
upstream kuberc CLI invocation without pulling MarkArts/action metadata.

Made-with: Cursor
@kasper-keunen kasper-keunen merged commit e391aa2 into master Apr 28, 2026
2 checks passed
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