GH-200 Exam Question 41
Which of the following is the most common way to target a specific major release version?
GH-200 Exam Question 42
What is the simplest action type to run a shell script?
GH-200 Exam Question 43
Which action type should be used to bundle a series of run steps into a reusable custom action?
GH-200 Exam Question 44
In the following workflow file, line 5 interprets lines 3 and 4 as Python. Which of the following is a valid option to complete line 5?
1 steps:
2 - run: |
3 import os
4 print(os.environ['PATH'])
5
1 steps:
2 - run: |
3 import os
4 print(os.environ['PATH'])
5
