mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #1021] Enhancement: A flag for providing inputs #595
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#595
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 @neongreen on GitHub (Mar 1, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1021
Would be great if I could say
--input name=valueinstead of having to create a file as per https://github.com/nektos/act/issues/332.I am using GitHub Actions for tasks like "deploy a certain branch to staging", etc, and nearly all my actions currently require inputs. (While, on the other hand, I don't have any
on: pushactions.)@alexjoeyyong commented on GitHub (Apr 21, 2022):
I second this. It would be super useful.
@Yago-Ferrer commented on GitHub (May 12, 2022):
@catthehacker @KnisterPeter 🔝 what do you think? I'm using this library for the first time and this is the first thing I noticed is missing.
Thanks!
@KnisterPeter commented on GitHub (May 12, 2022):
@Yago-Ferrer feel free to start implementing and contributing it
@catthehacker commented on GitHub (May 12, 2022):
If issue is not closed, it's free to implement. If it's not implemented yet, it's most likely up to you to do it (until we fix all the major issues and problems with higher priority :).
@kanaka commented on GitHub (Sep 1, 2022):
It would be great if act aligned with github's workflow command in
ghtool: https://cli.github.com/manual/gh_workflow_run Specifically, the-f,-F, and--jsonoptions for specifying inputs.@shubhbapna commented on GitHub (Nov 25, 2022):
I would like to take this issue if no one is working on it