Skip to content

Commit c5cbe59

Browse files
committed
uuid
1 parent 11e1d53 commit c5cbe59

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/update-example-foo.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: foo
22
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}})
310

411
jobs:
512
foo:

0 commit comments

Comments
 (0)