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 cant seam to find a workaround.
the action refuses to respect my base and head refs, also cant call is as workflow call from another action thats triggered by a pr because it inherits the damn event name.
this is driving me nuts
repository dispatch and workflow dispatch calling via api or gh cli wont work because it wont clear the ci status check in the pr anymore, at least not trivially.
I am grinding on that for hours now, if not days, just because the provided action wont override ref and base when triggered by a pr...
PLEASE just let the user override head and base, I dont understand why the user provided arguments being ignored. If the user would like to ignore it when in a pr action, he could write his own conditionals right?
Basically its all in the title.
I need some a bit more complicated checking.
my base and ref branch from the pr should check against another commit altogether, but it seams by request is denied because head and ref is ignored?
The text was updated successfully, but these errors were encountered: