You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/learn-github-actions/contexts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ The `github` context contains information about the workflow run and the event t
208
208
|`github.run_number`|`string`| {% data reusables.actions.run_number_description %} |
209
209
{%- ifversion fpt or ghec or ghes > 3.5 or ghae-issue-4722 %}
210
210
|`github.run_attempt`|`string`| A unique number for each attempt of a particular workflow run in a repository. This number begins at 1 for the workflow run's first attempt, and increments with each re-run. |
211
-
{% endif %}
211
+
{%- endif %}
212
212
|`github.server_url`|`string`| The URL of the GitHub server. For example: `https://github.com`. |
213
213
|`github.sha`|`string`| The commit SHA that triggered the workflow run. |
214
214
|`github.token`|`string`| A token to authenticate on behalf of the GitHub App installed on your repository. This is functionally equivalent to the `GITHUB_TOKEN` secret. For more information, see "[Automatic token authentication](/actions/security-guides/automatic-token-authentication)." |
0 commit comments