We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49abb7 commit 2c02d7dCopy full SHA for 2c02d7d
README.md
@@ -1,6 +1,7 @@
1
# Workflow Dispatch Plus
2
3
-Trigger Github Action workflows, and optionally wait for the result.
+Trigger other Github Action workflows, display a link to the run, and optionally
4
+wait for the result.
5
6
## Usage
7
action.yml
@@ -2,7 +2,8 @@ branding:
color: green
icon: play
description:
- Trigger Github Action workflows, and optionally wait for the result.
+ Trigger other Github Action workflows, display a link to the run, and
+ optionally wait for the result.
name: Workflow Dispatch Plus
8
inputs:
9
0 commit comments