Skip to content

Commit 1516819

Browse files
committed
'.'
1 parent 36e075c commit 1516819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Called workflow (reusable.yml)
1+
# reusable.yml
22
name: Reusable workflow
33
on:
44
workflow_call:
55
inputs:
6-
username:
6+
username: # This defines the expected input
77
required: true
88
type: string
99
secrets:

0 commit comments

Comments
 (0)