-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Hello @mennlo, the path should be accessible from later steps in the same job, It won't be available from subsequent jobs though. It sounds like the tfc |
Beta Was this translation helpful? Give feedback.
-
|
dflook/terraform-plan@v1.25.0 creates the |
Beta Was this translation helpful? Give feedback.
-
|
The path outputs are relative to the actions workspace - usually that is the working directory. I can see in your output that the working-directory is being overwritten, which would be why you have to use an absolute path. |
Beta Was this translation helpful? Give feedback.




The path outputs are relative to the actions workspace - usually that is the working directory. I can see in your output that the working-directory is being overwritten, which would be why you have to use an absolute path.