You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.adoc
+13-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
1
= Workflow dispatch action
2
+
ifdef::env-github[]
3
+
:note-caption: :information_source:
4
+
:warning-caption: :warning:
5
+
:important-caption: :bangbang:
6
+
endif::[]
2
7
:toc: preamble
3
8
:current_version: v1
4
9
@@ -102,7 +107,7 @@ jobs:
102
107
<2> Here we define a step with the name of the paste input.
103
108
104
109
== Inputs
105
-
[cols="1a,2a,1a,2a",options="header"]
110
+
[cols="~a,30%a,20%a,30%a",options="header"]
106
111
|===
107
112
|Input|Description|``R``equired/ +
108
113
``O``ptional|Default
@@ -118,9 +123,11 @@ jobs:
118
123
|Current repository
119
124
120
125
|`token`
121
-
|The token used to work with the API. The token must have `repo` scope.
126
+
|The token used to work with the API. +
127
+
The token must have `repo` scope.
122
128
[IMPORTANT]
123
-
Because token is used to also trigger dispatch-event, you can not use the GITHUB_TOKEN as explained https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token[here]
129
+
Because token is used to also trigger dispatch-event, +
130
+
you can not use the GITHUB_TOKEN as explained https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token[here]
124
131
|*R*
125
132
|-
126
133
@@ -138,6 +145,9 @@ The reference can be a branch or tag name.
138
145
139
146
|`payload`
140
147
|Json-String representing any payload/input that shall be sent with the dispatch event.
0 commit comments