-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: unsupported event: push #32
Comments
Just realized that Perhaps |
I'd be open for a PR if you have something else in mind! |
Yeah, i'll experiment a bit on this front. Also, i think i had an older version of |
This might have been unintentional on our part. I believe we used the word default here to mean that it's the default event that is selected within the workflow editor. It doesn't really have any significance beyond that. Having support for other events in |
So |
Ok so i played with workflows a bit more and realized that you can actually have more than one workflow in the same file triggered on the same event (
So if i had a workflow like this:
Running |
fixed with #35 |
This reverts commit 1ba076d. `EraseNeeds` Shouldn't be used in `jobparser.Parse`, it's for https://github.com/go-gitea/gitea/blob/023e61e678dc353fa6c9b0299c37f48e98a3c7af/models/actions/run.go#L200 Or Gitea won't be able to get `Needs` of jobs. Reviewed-on: https://gitea.com/gitea/act/pulls/32 Reviewed-by: Zettat123 <[email protected]>
I'm playing around with an action that runs when a PR is created, however with
act
command i'm getting this error (runningact
):Example workflow file:
Im not sure why the error refers to
push
eventThe text was updated successfully, but these errors were encountered: