Difference between revisions of "GitHub actions: workflow dispatch"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{lc}}
 
 
  [[on:]] workflow_dispatch # for [[manual trigger]]  
 
  [[on:]] workflow_dispatch # for [[manual trigger]]  
 
  https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
 
  https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
Line 7: Line 6:
 
   [[workflow_dispatch]]:
 
   [[workflow_dispatch]]:
 
     [[inputs]]:
 
     [[inputs]]:
 +
 +
[[on:]]
 +
  [[workflow_dispatch]]:
 +
    [[inputs]]:
 +
    [[tags]]:
 +
    [[environments]]:
  
  
Line 14: Line 19:
 
   release:
 
   release:
 
     types: [published]
 
     types: [published]
 +
 +
== Errors ==
 +
* <code>[[Workflow does not exist or does not have a workflow_dispatch trigger in this branch]].</code>
 +
  
 
== Related ==
 
== Related ==
Line 19: Line 28:
 
* <code>[[imageName]]</code>
 
* <code>[[imageName]]</code>
 
* <code>[[repository_dispatch]]</code>
 
* <code>[[repository_dispatch]]</code>
 +
* [[my-docker-publish.yml]]
  
 
== See also ==
 
== See also ==
 +
* {{workflow_dispatch}}
 +
* {{on}}
 
* {{GitHub}}
 
* {{GitHub}}
  
 
[[Category:GitHub]]
 
[[Category:GitHub]]

Latest revision as of 11:37, 26 May 2023

Advertising: