From 38de4abc7cbb8b7777df772e8631656d2a8e44de Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Tue, 5 Nov 2024 09:02:20 +1100 Subject: [PATCH] Update .github/workflows/sync_docs.yml Co-authored-by: Josh Cannon <3956745+thejcannon@users.noreply.github.com> --- .github/workflows/sync_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_docs.yml b/.github/workflows/sync_docs.yml index 5da8c029..52346d17 100644 --- a/.github/workflows/sync_docs.yml +++ b/.github/workflows/sync_docs.yml @@ -98,7 +98,7 @@ jobs: # Commit and create a PR. # # This is always performed (even on failure, and even with no code changes), as a mechanism to - # surface failures to the reviewer. This is workflow is usually triggered by automation in the + # surface failures to the reviewer. This workflow is usually triggered by automation in the # background after a release, and it is easy for the release manager to forget to follow up # about the docs (if there's a silent failure). - name: Commit changes