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
Flowzone supports tag push events for repos not using versionist. However this flow is currently broken in the Generate release notes job step when it presumes that it is a PR event of some kind.
+ set -x
++ gh pr view --json title --jq .title
[git symbolic-ref --quiet HEAD]
could not determine current branch: failed to run git: fatal: not a git repository (or any of the parent directories): .git
+ pr_title=
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
Flowzone supports tag push events for repos not using versionist. However this flow is currently broken in the Generate release notes job step when it presumes that it is a PR event of some kind.
Example failed run: https://github.com/klutchell/unbound-docker/actions/runs/11168240103/job/31046215212#step:3:86
logs_29184104979.zip
The text was updated successfully, but these errors were encountered: