Difference between revisions of "Gh workflow run"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
* <code>[[gh run list]]</code> | * <code>[[gh run list]]</code> | ||
* <code>[[workflow_dispatch]]</code> | * <code>[[workflow_dispatch]]</code> | ||
+ | * [[gh actions]] | ||
== See also == | == See also == |
Latest revision as of 14:00, 25 January 2024
gh workflow run gh workflow run you_workflow_name gh workflow run you_workflow_name --ref your_branch_name
gh workflow run you_workflow_name --ref your_branch_name --field yourkey1=yourvalue1 --field yourkey2=yourvalue2
Examples[edit]
gh workflow run you_workflow_name --ref your_branch_name --field yourkey1=yourvalue1 --field yourkey2=yourvalue2 ✓ Created workflow_dispatch event for yourworkflow.yml at yourbranch To see runs for this workflow, try: gh run list --workflow=yourworkflow.yml
Related[edit]
See also[edit]
gh workflow
[run
|view
|list
]gh [ auth | repo | secret | issue | workflow | webhook | gh environment | actions | run ] gh auth login, gh pr create, gh --help
Advertising: