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 36e075c commit 1516819Copy full SHA for 1516819
.github/workflows/reusable.yml
@@ -1,9 +1,9 @@
1
-# Called workflow (reusable.yml)
+# reusable.yml
2
name: Reusable workflow
3
on:
4
workflow_call:
5
inputs:
6
- username:
+ username: # This defines the expected input
7
required: true
8
type: string
9
secrets:
0 commit comments