How do I run a specific action? #1288
Unanswered
huseyin-hamilton-cko
asked this question in
Q&A
Replies: 1 comment
-
you didn't specify correct event that triggers the workflow |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have never used act before so I could be using it incorrectly.
I just want to test the run of one action in a branch which isn't merged to "main" yet.
On my branch locally, I run something like:
act -v --defaultbranch branch-name -j testing-build.yml
The last line it outputs is:
And then does nothing. Any help/ideas about what I should be doing?
Beta Was this translation helpful? Give feedback.
All reactions