GitHub
GITHUB-ACTIONS · Question #70
What is the minimal syntax for declaring an output named foo for an action? A. B. C. D.
Sign in or unlock GITHUB-ACTIONS to reveal the answer and full explanation for question #70. The question stem and answer options stay visible for context.
Author and maintain actions
Question
What is the minimal syntax for declaring an output named foo for an action? A. B. C. D.
Options
- Aoutputs: foo: description: Some value
- Boutputs:
- key: foo description: Some value
- Coutputs: foo: value: Some value
- Doutputs:
- key: foo value: Some value
Unlock GITHUB-ACTIONS to see the answer
You've previewed enough free GITHUB-ACTIONS questions. Unlock GITHUB-ACTIONS for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#action outputs#action.yml syntax#output declaration#action metadata