We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b417fc0 commit 92c41e4Copy full SHA for 92c41e4
.github/workflows/node.js.yml
@@ -22,4 +22,4 @@ jobs:
22
run: npm install
23
24
- name: Deploy
25
- run: ./deploy.sh
+ run: chmod +x && ./deploy.sh
0 commit comments