Files
github-slug-action/action.yml
Romain Lespinasse 6ccfb32fbb fix: consolidate slugify-value calls to reduce console env dumps (#161)
Replace the 9 separate rlespinasse/slugify-value composite action calls
(plus the 2 helper id steps feeding them) with a single in-repo
slugify-env.sh script that reimplements the same slug/slug-cs/slug-url/
slug-url-cs logic for all 9 GitHub context keys in one pass.

Each shell run step triggers the runner's own log renderer to print a
full "env:" dump; with 9 separate steps that dump was repeated ~9 times
per job. This collapses those calls into a single step, cutting the
env-dump repetition ~9x with no change to any GITHUB_ENV variable name
or value consumers rely on.

Note: the "publish-env" input on slugify-value never controlled this
log dump (it only gates writing computed values to GITHUB_ENV); the
fix is purely a step-count reduction, per the maintainer's own comment
on the issue.
2026-08-02 19:06:11 +02:00

2.0 KiB