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 26198d0 commit c3b8184Copy full SHA for c3b8184
action.yml
@@ -56,7 +56,7 @@ runs:
56
with:
57
script: |
58
const path = require('path');
59
- const utilsPath = path.join('${{github.action_path}}'', 'lib/utils.js')
+ const utilsPath = path.join('${{github.action_path}}', 'lib/utils.js')
60
const {setupAuth} = require(utilsPath)
61
setupAuth(core)
62
env:
@@ -68,7 +68,7 @@ runs:
68
69
70
71
72
const {getStackqlCommand} = require(utilsPath)
73
getStackqlCommand(core)
74
0 commit comments