Bundling ncc.
Release Bundled Action / release (push) Failing after 45s
Renovate / renovate (push) Failing after 4m51s

This commit is contained in:
2025-11-19 10:51:51 -05:00
parent 026e43ca88
commit 86f9d43de1
2 changed files with 3 additions and 5 deletions
+2 -5
View File
@@ -25,11 +25,8 @@ jobs:
- run: npm ci
# 4️⃣ Bundle the action via ncc
- uses: vercel/ncc@v0.34.0
with:
command: build
input: action.js
output: dist
- name: Bundle the action
run: npx @vercel/ncc build action.js -o dist
# 5️⃣ Commit dist/ back to repo
- uses: stefanzweifel/git-auto-commit-action@v5