Michael Czechowski 7c2ba75c36 fix(bump-stacks): extract bun edit script to bump.js (heredoc was busted)
The inline 'cat > /tmp/bump.js <<JS' heredoc died because Gitea Actions
indents the entire run: block, and the closing 'JS' marker for an
unquoted heredoc must sit at column zero. The script never reached
disk and the action exited on a syntax error.

Move the editor into bump.js next to action.yml, reference it via
${{ github.action_path }}.
2026-05-05 01:11:15 +02:00
Description
Shared Gitea Actions composite actions for libreshop
54 KiB
Languages
JavaScript 100%