You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the commit message v0.0.8, the second step is triggered so steps.version.outputs.match isn't empty but steps.version.outputs.group1 is empty that creates an error on the following step. But when the commit message is v0.0.8 - 2nd try it's working fine and the steps.version.outputs.group1 contains correctly the version number.
What happened
When running this action :
With the commit message
v0.0.8
, the second step is triggered sosteps.version.outputs.match
isn't empty butsteps.version.outputs.group1
is empty that creates an error on the following step. But when the commit message isv0.0.8 - 2nd try
it's working fine and thesteps.version.outputs.group1
contains correctly the version number.Regex101 proof
What you expected to happen
I expected the regex to match the whole message as expected and put it in
steps.version.outputs.group1
How to reproduce it
Use these steps on an action triggered by push and create a commit matching perfectly the regex
Environment
These action are set with
runs-on: ubuntu-latest
The text was updated successfully, but these errors were encountered: