You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(ci): drop github-slug-action, compute short SHA inline
Replace the third-party rlespinasse/github-slug-action with inline shell
to compute the 8-char short SHA, removing a CI supply-chain dependency.
build-image and deploy-prod use ${GITHUB_SHA:0:8} (the auto-injected
default env var, no template interpolation). deploy-dev keeps the shell
approach off github.event.pull_request.head.sha, since on pull_request
triggers GITHUB_SHA is the merge commit, not the PR head.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments