Fix deploy script: force CommonJS input type for node heredoc
Some checks failed
Deploy to WebDAV (/BLB) / deploy (push) Failing after 39s

This commit is contained in:
hermes-explorigin 2026-09-05 03:00:19 +00:00
parent 3e72c29f74
commit 096c527629

View File

@ -27,7 +27,7 @@ jobs:
echo "::error::WEBDAV_USER / WEBDAV_PASS secrets are not set on the exlim org." echo "::error::WEBDAV_USER / WEBDAV_PASS secrets are not set on the exlim org."
exit 1 exit 1
fi fi
node - <<'NODE' node --input-type=commonjs - <<'NODE'
const { execSync } = require('child_process'); const { execSync } = require('child_process');
const fs = require('fs'); const fs = require('fs');