You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing '/tmp/foobar.txt' as filePath (filePath: /tmp/foobar.txt) I got the error Error: ENOENT: no such file or directory, open '/home/runner/work/user/project/tmp/foobar.txt'
Is the join needed at all? Shouldn't be used filePath directly without joining GITHUB_WORKSPACE? I guess that way absolute as well relative files should work out of the box!?
Is the join needed at all? Shouldn't be used filePath directly without joining GITHUB_WORKSPACE? I guess that way absolute as well relative files should work out of the box!?
When passing
'/tmp/foobar.txt'
as filePath (filePath: /tmp/foobar.txt
) I got the errorError: ENOENT: no such file or directory, open '/home/runner/work/user/project/tmp/foobar.txt'
actions-comment-pull-request/src/main.ts
Line 37 in d117ef6
The text was updated successfully, but these errors were encountered: