Difference between revisions of "Gh workflow run"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
== Examples ==
 
== Examples ==
 
   [[gh workflow run you_workflow_name]] --ref your_branch_name --field yourkey1=yourvalue1 --field yourkey2=yourvalue2
 
   [[gh workflow run you_workflow_name]] --ref your_branch_name --field yourkey1=yourvalue1 --field yourkey2=yourvalue2
  ✓ Created workflow_dispatch event for plan-rolebased.yml at yourbranch
+
  ✓ Created workflow_dispatch event for yourworkflow.yml at yourbranch
  To see runs for this workflow, try: gh run list --workflow=plan-rolebased.yml
+
  To see runs for this workflow, try: [[gh run list --workflow]]=yourworkflow.yml
  
 
== Related ==
 
== Related ==
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]

Advertising: