Skip to content

Unable to set outputs for a job #25335

Answered by pierlon
pierlon asked this question in Actions
Discussion options

You must be logged in to vote

I’ve found the issue:

The qa-integrate workflow has the default working directory set to qa-tester for all jobs. Since the repository is not checked out for the comment-on-pr job, the qa-tester directory would not exist, and so before the first command in the first step is to be run, it would first do cd qa-tester. Since that directtory does not exist, the error No such file or directory is outputted.

Setting the working directory back to default (github.workspace) for the comment-on-pr job fixes the issue.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant