mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #400] Support for other workflow actions #282
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#282
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @molivasdat on GitHub (Oct 21, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/400
act -l does not show the job if the event is not push or pull (the on: stanza)
If I set this to workflow_dispatch, act will not see the job.
If I uncomment push,
act will see the job and be able to run it locally.
@revmischa commented on GitHub (Dec 11, 2020):
I would love it if this worked as well!
@github-actions[bot] commented on GitHub (Jan 16, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@edtan commented on GitHub (Jan 17, 2021):
The
act --listissue is a duplicate of #317. You will need to specify the event type:act workflow_dispatch --list.If you want to run the
workflow_dispatchevent, you need to explicitly specify the event type:See also #484
@github-actions[bot] commented on GitHub (Feb 18, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@molivasdat commented on GitHub (Mar 4, 2021):
Thanks so much so updating the readme and the update to examples to show other event types! Great project!