Open weilbith opened 5 months ago
b54d0883e196647f43ce531a3fc13b246cf908b6
@L-RAE269 thanks for the response. I must admit that I fail to parse the code in terms of a new input variable. I also can't find something in the latest docs. Would you mind giving me a hint? 😃
What would you like to be added?
Hey :wave:
I would like to better connect two jobs/steps of
actions/upload-artifact
andactions/download-artifact
. Therefore, it would be very useful if the outputs of the former could be used as input for the latter. At the moment I see no correlation between the documented outputs and the inputs. So currently I have to copy paste thename
, if that even works. This might be okayish for jobs where the code is close together. So correlation can be verifed by eye. But it would be great to create a strong connection that could be even verified byactionslint
(by verifying a correct output is used).Taking the
artifact-id
as an example. A exemplary workflow with two jobs (could be also just two steps within a job) could then look like this. This also includes the "hints" how to do it now (?).Why is this needed?
Strong, verifiable, auto-completable relationship between these two related actions. Potentially supporting more complex scenarios where simple copy-code
name
s do not work.