Exam GitHub-Actions Topic 1 Question 1 Discussion
Actual exam question for GitHub's GitHub-Actions exam
Question #: 1
Topic #: 1
Question #: 1
Topic #: 1
As a developer, you want to run a workflow from the Actions tab in GitHub. Which YAML snippet should you use to match the interface in this image?


Suggested Answer: C Vote an answer
The first image shows a workflow trigger with an option for the test suite, and the chosen YAML configuration matches this interface. Specifically, the test suite input is defined withtype: choiceand includes the optionvalue: functional, which aligns with the visible UI elements in the first image.
by Marsh at Jul 15, 2026, 01:51 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).