summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYuri Astrakhan <yuriastrakhan@gmail.com>2023-11-15 03:03:48 -0500
committerGitHub <noreply@github.com>2023-11-15 03:03:48 -0500
commita6200640b9a074feb116b7808543c8cb73c8dd30 (patch)
tree839e1ef7524cc59c484dddedac09d0f2b6ab6999 /.github
parentd1d14989005a26ff18f1c9add1c2963aafe12e8e (diff)
chore: run spell and grammar checkers
* Chore: Run an spell cheker, and gramar cheker * small revert --------- Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yml2
-rw-r--r--.github/workflows/post-release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 616739ce..3f721fd0 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -11,7 +11,7 @@ on:
- ".github/workflows/docs.yml"
env:
- # Assign commit authorship to official Github Actions bot when pushing to the `gh-pages` branch:
+ # Assign commit authorship to official GitHub Actions bot when pushing to the `gh-pages` branch:
GIT_USER: "github-actions[bot]"
GIT_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml
index e76fb2f7..c0e35fae 100644
--- a/.github/workflows/post-release.yml
+++ b/.github/workflows/post-release.yml
@@ -15,7 +15,7 @@ on:
required: true
env:
- # Assign commit authorship to official Github Actions bot when pushing to the `gh-pages` branch:
+ # Assign commit authorship to official GitHub Actions bot when pushing to the `gh-pages` branch:
GIT_USER: "github-actions[bot]"
GIT_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"