CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 34: GH-200: GitHub Actions

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 os4 print(os.environ['PATH'])5

Nội dung câu hỏi

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 os4 print(os.environ['PATH'])5

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. shell: python — đáp án hiện tại
  2. B. working-directory: .github/python
  3. C. shell: bash
  4. D. with: python

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề