QuestionQ17
Author and manage workflowsWhat is the correct syntax for referencing the system-provided run-number variable?
- A ${{var.GITHUB_RUN_NUMBER}}
- B ${{env.GITHUB_RUN_NUMBER}}
- C $GITHUB_RUN_NUMBER
- D ${{GITHUB_RUN_NUMBER}}
- E $github.run_number
What is the correct syntax for referencing the system-provided run-number variable?
Community Discussion