Skip to content

Commit 2e080f5

Browse files
committed
Update README
1 parent d047883 commit 2e080f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,13 @@ See the workflows:
209209

210210
<br/>When using the `workflow_dispatch` event, you can optionally specify inputs that are passed to the workflow.
211211

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.
213219
214220
See the [workflow](.github/workflows/workflow_input.yml).
215221

0 commit comments

Comments
 (0)