Skip to content

Commit 92a87a4

Browse files
committed
spelling fixes
1 parent c74929a commit 92a87a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/bundle_cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
update-bundles:
2525
runs-on: ubuntu-latest
2626
# Only run the build on Adafruit's repository. Forks won't have the secrets.
27-
# Its necessary to do this here, since 'schedule' events cannot (currently)
27+
# It's necessary to do this here, since 'schedule' events cannot (currently)
2828
# be limited (they run on all forks' default branches).
2929
if: startswith(github.repository, 'adafruit/')
3030
steps:

.github/workflows/learn_cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
2121
update-learn:
2222
runs-on: ubuntu-latest
23-
# Only run the build if the access token has been configured. THs will be
24-
# the case on Adafruit's repository. Its necessary to do this here, since
23+
# Only run the build if the access token has been configured. This will be
24+
# the case on Adafruit's repository. It's necessary to do this here, since
2525
# 'schedule' events cannot (currently) be limited (they run on all forks'
2626
# default branches).
2727
if: ${{ (github.repository_owner == 'adafruit') }}

.github/workflows/reports_cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run-reports:
2828
runs-on: ubuntu-latest
2929
# Only run the build on Adafruit's repository. Forks won't have the secrets.
30-
# Its necessary to do this here, since 'schedule' events cannot (currently)
30+
# It's necessary to do this here, since 'schedule' events cannot (currently)
3131
# be limited (they run on all forks' default branches).
3232
if: startswith(github.repository, 'adafruit/')
3333
env:

0 commit comments

Comments
 (0)