Exam GH-600 Topic 1 Question 34 Discussion
Actual exam question for Microsoft's GH-600 exam
Question #: 34
Topic #: 1
Question #: 34
Topic #: 1
Drag and Drop Question
You have a GitHub repository that uses a custom GitHub Copilot coding agent defined in the rollout-bot.agent.md file.
You need to update a workflow so that agent-profile changes can be rolled back by reverting a single commit and rerunning the workflow. The workflow must check out the exact commit being deployed and apply the agent profile from the repository at that commit.
How should you complete the workflow? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

You have a GitHub repository that uses a custom GitHub Copilot coding agent defined in the rollout-bot.agent.md file.
You need to update a workflow so that agent-profile changes can be rolled back by reverting a single commit and rerunning the workflow. The workflow must check out the exact commit being deployed and apply the agent profile from the repository at that commit.
How should you complete the workflow? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Suggested Answer:

Explanation:
Box 1: inputs.ref
The specific commit being targeted.
Box 2: agents/rollout-bot.agent.md
The profile file to validate
Box 3: ${{ github.sha }}
The exact commit ref that the checkout action fetched
Reference:
https://octopus.com/devops/github-actions/github-actions-workflows/
by Thomas at Aug 17, 2026, 09:50 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).