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 11e1d53 commit c5cbe59Copy full SHA for c5cbe59
1 file changed
.github/workflows/update-example-foo.yml
@@ -1,5 +1,12 @@
1
name: foo
2
on: workflow_dispatch
3
+ inputs:
4
+ uuid:
5
+ type: string
6
+ description: uuid to tag and track Github Actions run
7
+ default: ""
8
+
9
+run-name: Update foo (${{ inputs.uuid}})
10
11
jobs:
12
foo:
0 commit comments