Exam GitHub-Actions Topic 2 Question 22 Discussion
Actual exam question for GitHub's GitHub-Actions exam
Question #: 22
Topic #: 2
Question #: 22
Topic #: 2
Based on the YAML below, which two statements are correct? (Choose two.)


Suggested Answer: A,D Vote an answer
The publish-npm job includes the JS-DevTools/npm-publish action, which is used to publish an npm package to an npm registry.
The publish-npm job has the needs: build directive, meaning it will only run after the build job successfully completes.
The publish-npm job has the needs: build directive, meaning it will only run after the build job successfully completes.
by Ellis at Jul 24, 2025, 12:30 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).