Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfeat: support custom GITHUB_RUN_ID, GITHUB_RUN_NUMBER #369
Conversation
|
Hi, @cplee , Thanks for merging the pr. May I known what time of the next release version? A project of mine rely act and I need this feature. Thanks again! |
|
@theowenyoung just released |
Hi, I have a problem with
GITHUB_RUN_ID.the action
actions/upload-artifactneed to useGITHUB_RUN_ID, but act define it to1, I suspect if there is a way to pass in a custom value, like use.envGITHUB_RUN_ID?I submit a pr for this, would you give some advice?