Independence Day Deal! Unlock 25% OFF Today – Limited-Time Offer - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

GitHub Exam GitHub-Actions Topic 2 Question 13 Discussion

Actual exam question for GitHub's GitHub-Actions exam
Question #: 13
Topic #: 2
[All GitHub-Actions Questions]

You installed specific software on a Linux self-hosted runner. You have users with workflows that need to be able to select the runner based on the identified custom software. Which steps should you perform to prepare the runner and your users to run these workflows? (Choose two.)

Show Suggested Answer Hide Answer
Suggested Answer: B, C

Once the runner is properly configured and labeled, users should be informed to select the specific runner by identifying the label or group name when defining the runner in their workflows.

Adding a custom label (like custom-software) to the runner makes it easier for users to select the runner in their workflows by using the runs-on key, which allows them to choose this specific runner based on its label.


Contribute your Thoughts:

Luisa
3 days ago
I agree with Leanora. We also need to add the label custom-software to the runner for identification.
upvoted 0 times
...
Leanora
8 days ago
I think we should create the group custom-software-on-linux and move the runner into the group.
upvoted 0 times
...

Save Cancel