We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53ae8b9 + d6715eb commit f4710f1Copy full SHA for f4710f1
1 file changed
.github/workflows/issue-metrics.yml
@@ -22,6 +22,10 @@ jobs:
22
with:
23
node-version: 14
24
25
+ # TODO: learn the path to node to run the script from the sh file
26
+ - name: Print Node.js path
27
+ run: which node
28
+
29
- name: Set execute permissions for run-metrics.sh
30
run: chmod +x ./run-metrics.sh
31
0 commit comments