Skip to content

Commit ce16f8b

Browse files
try to use path to join path
1 parent a2ee6c6 commit ce16f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
with:
5757
script: |
5858
const path = require('path');
59-
console.log('github action path is ==================', '${{github.action_path}}'')
59+
console.log('github action path is ==================', '${{github.action_path}}')
6060
const utilsPath = path.join('${{github.action_path}}', 'lib', 'utils.js')
6161
const {setupAuth} = require(utilsPath)
6262
setupAuth(core)

0 commit comments

Comments
 (0)