Skip to content

Commit 07469f1

Browse files
committed
ci: fix typo in YAML for Alpine build
1 parent 1157dc8 commit 07469f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
apk add git
1515
git config --global --add safe.directory "$GITHUB_WORKSPACE"
1616
# Checks-out the repository under $GITHUB_WORKSPACE.
17-
- Name: Checkout
17+
- name: Checkout
1818
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0

0 commit comments

Comments
 (0)