We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1157dc8 commit 07469f1Copy full SHA for 07469f1
.github/workflows/alpine.yml
@@ -14,7 +14,7 @@ jobs:
14
apk add git
15
git config --global --add safe.directory "$GITHUB_WORKSPACE"
16
# Checks-out the repository under $GITHUB_WORKSPACE.
17
- - Name: Checkout
+ - name: Checkout
18
uses: actions/checkout@v5
19
with:
20
fetch-depth: 0
0 commit comments