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 ffe9df9 commit a2ee6c6Copy full SHA for a2ee6c6
action.yml
@@ -56,7 +56,7 @@ runs:
56
with:
57
script: |
58
const path = require('path');
59
- console.log('github action path is ==================', ${{github.action_path}})
+ console.log('github action path is ==================', '${{github.action_path}}'')
60
const utilsPath = path.join('${{github.action_path}}', 'lib', 'utils.js')
61
const {setupAuth} = require(utilsPath)
62
setupAuth(core)
0 commit comments