We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b48d2 commit a782f04Copy full SHA for a782f04
node/sign_node_package/action.yml
@@ -55,7 +55,7 @@ runs:
55
if: ${{ inputs.sign_native == 'true' }}
56
shell: bash
57
run: |
58
- cat << EOF > script.js
+ cat << EOF > script.js
59
const { readdirSync } = require('fs');
60
const { join } = require('path');
61
0 commit comments