Skip to content

Commit 8014b75

Browse files
committed
fix: correct typos in configurations
1 parent 0f85b12 commit 8014b75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bump-auxiliary-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
private-key: ${{ secrets.DEVTOOLS_BOT_PRIVATE_KEY }}
1818
- uses: actions/checkout@v4
1919
with:
20-
# don't checkout a detatched HEAD
20+
# don't checkout a detached HEAD
2121
ref: ${{ github.head_ref }}
2222

2323
# this is important so git log can pick up on

.github/workflows/cron-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/checkout@v4
3030
with:
31-
# don't checkout a detatched HEAD
31+
# don't checkout a detached HEAD
3232
ref: ${{ github.head_ref }}
3333

3434
# this is important so git log can pick up on

.github/workflows/update-node-js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/checkout@v4
2424
with:
25-
# don't checkout a detatched HEAD
25+
# don't checkout a detached HEAD
2626
ref: ${{ github.head_ref }}
2727
token: ${{ steps.app-token.outputs.token }}
2828

0 commit comments

Comments
 (0)