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 a2ee6c6 commit ce16f8bCopy full SHA for ce16f8b
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