Skip to content

Commit c1e3348

Browse files
authored
repo sync
2 parents a6ebbe3 + c272389 commit c1e3348

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/actions/reference/environment-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ We strongly recommend that actions use environment variables to access the files
5454
| `GITHUB_WORKFLOW` | The name of the workflow. |
5555
| `GITHUB_RUN_ID` | {% data reusables.github-actions.run_id_description %} |
5656
| `GITHUB_RUN_NUMBER` | {% data reusables.github-actions.run_number_description %} |
57+
| `GITHUB_JOB` | The [job_id](/actions/reference/workflow-syntax-for-github-actions#jobsjob_id) of the current job. |
5758
| `GITHUB_ACTION` | The unique identifier (`id`) of the action. |
5859
| `GITHUB_ACTIONS` | Always set to `true` when {% data variables.product.prodname_actions %} is running the workflow. You can use this variable to differentiate when tests are being run locally or by {% data variables.product.prodname_actions %}.
5960
| `GITHUB_ACTOR` | The name of the person or app that initiated the workflow. For example, `octocat`. |

0 commit comments

Comments
 (0)