jmfayard
02/04/2022, 1:15 PMPiotr Krzemiński
02/04/2022, 1:16 PMv2.1.0
to v2
but then I thought it may not actually work, my bad. I just ask to double check it in runtimejmfayard
02/04/2022, 1:19 PMPiotr Krzemiński
02/04/2022, 4:08 PMjmfayard
02/04/2022, 4:27 PMPiotr Krzemiński
02/04/2022, 4:55 PMpeterjgrainger/action-create-branch@v2
, unable to find version `v2`"jmfayard
02/08/2022, 8:40 AMAction
a call to:
curl -H "Accept: application/vnd.github.v3+json" <https://api.github.com/repos/peterjgrainger/action-create-branch/releases>
that would
• throw an error if the tag doesn't exist
• outputs a warning if a newer version of the Action is available
• + adding an API to override the version, something like Action.withVersion("2.1.6")
Piotr Krzemiński
02/08/2022, 8:43 AMjmfayard
02/08/2022, 9:02 AM