You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/reference/workflows-and-actions/workflow-syntax.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1207,7 +1207,7 @@ jobs:
1207
1207
1208
1208
A pair consisting of a string identifier for the input and the value of the input. The identifier must match the name of an input defined by [`on.workflow_call.inputs.<inputs_id>`](/actions/creating-actions/metadata-syntax-for-github-actions#inputsinput_id) in the called workflow. The data type of the value must match the type defined by [`on.workflow_call.inputs.<input_id>.type`](#onworkflow_callinputsinput_idtype) in the called workflow.
1209
1209
1210
-
Allowed expression contexts: `github`, and `needs`.
1210
+
Allowed expression contexts: `github`, `needs`, `strategy`, `matrix`, `inputs`, and `vars`.
1211
1211
1212
1212
## `jobs.<job_id>.secrets`
1213
1213
@@ -1265,7 +1265,7 @@ jobs:
1265
1265
1266
1266
A pair consisting of a string identifier for the secret and the value of the secret. The identifier must match the name of a secret defined by [`on.workflow_call.secrets.<secret_id>`](#onworkflow_callsecretssecret_id) in the called workflow.
1267
1267
1268
-
Allowed expression contexts: `github`, `needs`, and `secrets`.
0 commit comments