Fix deploy script: force CommonJS input type for node heredoc
Some checks failed
Deploy to WebDAV (/BLB) / deploy (push) Failing after 39s
Some checks failed
Deploy to WebDAV (/BLB) / deploy (push) Failing after 39s
This commit is contained in:
parent
3e72c29f74
commit
096c527629
@ -27,7 +27,7 @@ jobs:
|
||||
echo "::error::WEBDAV_USER / WEBDAV_PASS secrets are not set on the exlim org."
|
||||
exit 1
|
||||
fi
|
||||
node - <<'NODE'
|
||||
node --input-type=commonjs - <<'NODE'
|
||||
const { execSync } = require('child_process');
|
||||
const fs = require('fs');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user