Closed eeholmes closed 8 months ago
With this pull request the link to supplementary material now points to the current release. Example from my testing.
This is a great idea! But let's make this still a variable that the user provides. The reason is because they might use the action on a non-release event, or want a different URL used.
And it should still be optional, meaning the default for html url is set to None and then in the action python script we check if it is defined, and only set it if that's the case. Otherwise folks using the action now will get different behavior.
Got it. Where would they define the html_url? Updating the workflow every time a release is made seems non ideal. Perhaps defining an option like
html_url: release_url
And if html_url == "release_url" then that url is used?
But default is None so behavior doesn't change?
Closing this pull request since I merged in your changes.
This addresses issue #13