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
Convert moved workflow files to proper composite action structure:
updater/action.yml:
- Convert workflow_call trigger to composite action metadata
- Flatten 3 jobs (cancel-previous-run, validate-inputs, update) into sequential steps
- Convert secrets.api-token to inputs.api-token
- Replace ${{ runner.temp }}/ghwf/... script paths with ${{ github.action_path }}/scripts/...
- Remove _workflow_version input (no longer needed with bundled scripts)
- Add proper shell declarations for all steps
- Update PR body reference to point to new action location
danger/action.yml:
- Convert workflow_call trigger to composite action metadata
- Remove _workflow_version input and wget script downloads
- Replace ${{ runner.temp }}/dangerfile.js with ${{ github.action_path }}/dangerfile.js
- Single job conversion to composite steps
- Add proper shell declaration for Docker step
Both actions now bundle scripts locally instead of downloading at runtime,
improving reliability and performance.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments