From 91ed10e287f2cd91a5bf613f50bc7d5c40c1be40 Mon Sep 17 00:00:00 2001 From: Nsanjayboruds Date: Sun, 1 Feb 2026 16:07:29 +0530 Subject: [PATCH 1/2] Fix grammar error in Actions support documentation - Fix double verb 'are be formatted' to 'are formatted' - File: content/actions/how-tos/get-support.md - Line: 40 --- content/actions/how-tos/get-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/how-tos/get-support.md b/content/actions/how-tos/get-support.md index 500747d0d6b2..ba5bf0ba65fe 100644 --- a/content/actions/how-tos/get-support.md +++ b/content/actions/how-tos/get-support.md @@ -37,7 +37,7 @@ Some information that {% data variables.contact.github_support %} will request c * A copy of your workflow run logs for an example workflow run failure. For more information about workflow run logs, see [AUTOTITLE](/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs#downloading-logs). * {% ifversion ghes %}A copy of your runner logs, {% else %}If you are running this workflow on a self-hosted runner, self-hosted runner logs{% endif %} which can be found under the `_diag` folder within the runner. For more information about self-hosted runners, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#reviewing-the-self-hosted-runner-application-log-files). - Self-hosted runner log file names are be formatted: `Runner_YYYY####-xxxxxx-utc.log` and `Worker_YYYY####-xxxxxx-utc.log`. + Self-hosted runner log file names are formatted: `Runner_YYYY####-xxxxxx-utc.log` and `Worker_YYYY####-xxxxxx-utc.log`. > [!NOTE] > Attach files to your support ticket by changing the file's extension to `.txt` or `.zip`. If you include textual data such as log or workflow file snippets inline in your ticket, ensure they are formatted correctly as Markdown code blocks. For more information about proper Markdown formatting, see [AUTOTITLE](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#quoting-code). From 994a81c747cb807e3cb70a0096f035628d163db2 Mon Sep 17 00:00:00 2001 From: Nsanjayboruds Date: Sun, 1 Feb 2026 16:29:51 +0530 Subject: [PATCH 2/2] Trigger CI re-run