mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #5887] Command-line improvements #1276
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#1276
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 @reneleonhardt on GitHub (Jul 31, 2025).
Original GitHub issue: https://github.com/nektos/act/issues/5887
Act version
0.2.79
Feature description
act works beautifully, but only after I tried and found out all necessary params, the result looks quite complicated 😄
I suggest the following improvements:
--container-architecture linux/amd64if necessary--self-hostedreplaces all runs-on by-self-hosted(instead of needing to replace all of them manually likemacos-13,ubuntu-22.04, ...)-W cioption could just check if a file for the value exists (.github/workflows/ci.yml or .github/workflows/ci.yaml)-joption could prompt interactively with a multi-select if no value was passed and more than one job exists in the workflow, otherwise just run the single job without prompting (no error for a missing value displayed)--skip publish,releaseoption to only run build and test jobs for example (if -W would be implemented, it could skip workflows too)