Skip to content

Commit 697f3a4

Browse files
committed
fix
1 parent c5cbe59 commit 697f3a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: foo
2-
on: workflow_dispatch
3-
inputs:
2+
on:
3+
workflow_dispatch:
4+
inputs:
45
uuid:
56
type: string
67
description: uuid to tag and track Github Actions run

0 commit comments

Comments
 (0)