Exam GitHub-Actions Topic 2 Question 22 Discussion

Actual exam question for GitHub's GitHub-Actions exam
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.

by Ellis at Jul 24, 2025, 12:30 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

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.

0
0
0
10