Skip to content

Commit 80ace67

Browse files
authored
Merge pull request #25718 from github/repo-sync
repo sync
2 parents 3ade48f + 6254af4 commit 80ace67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/learn-github-actions/contexts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The `github` context contains information about the workflow run and the event t
208208
| `github.run_number` | `string` | {% data reusables.actions.run_number_description %} |
209209
{%- ifversion fpt or ghec or ghes > 3.5 or ghae-issue-4722 %}
210210
| `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 %}
212212
| `github.server_url` | `string` | The URL of the GitHub server. For example: `https://github.com`. |
213213
| `github.sha` | `string` | The commit SHA that triggered the workflow run. |
214214
| `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

Comments
 (0)