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
I'm trying to run the action. It used to work before and it stopped working at some point.
Your Environment
Action is running on GitHub actions ubuntu-latest.
In my environment, release v1.2.1 works correctly and the issue reported here starts to happen as of release v1.2.2.
The text was updated successfully, but these errors were encountered:
The action execution is failing, and I get the following log line and then a big dump of JavaScript code.
Expected Behavior
The action executes and deletes the releases according to configuration.
Current Behavior
The execution fails, the log line mentioned above is printed together with a dump of JavaScript code.
Steps To Reproduce
'*rc*'
is a regex to match specific releases).Error Message & Stack Trace
Log file: action-execution-log.txt
Additional Context
I'm trying to run the action. It used to work before and it stopped working at some point.
Your Environment
Action is running on GitHub actions
ubuntu-latest
.In my environment, release
v1.2.1
works correctly and the issue reported here starts to happen as of releasev1.2.2
.The text was updated successfully, but these errors were encountered: