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.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,13 @@ See the workflows:
209
209
210
210
<br/>When using the `workflow_dispatch` event, you can optionally specify inputs that are passed to the workflow.
211
211
212
-
This trigger only receives events when the workflow file is on the default branch. This means you have to merge your changes to `main` or `master` before you can test your inputs. It would be wise to try input changes in a totally separate workflow before merging them into critical workflows.
212
+
This trigger only receives events when the workflow file is on the default branch. This means you have to merge your changes to `main` or `master` before you can test your inputs.
213
+
214
+
> [!TIP]
215
+
> Try input changes in a totally separate workflow before merging them into critical workflows.
216
+
217
+
> [!WARNING]
218
+
> If the event that triggers the workflow isn't `workflow_dispatch` the input values are empty/null.
213
219
214
220
See the [workflow](.github/workflows/workflow_input.yml).
0 commit comments