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