We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e57adf commit 78cad13Copy full SHA for 78cad13
1 file changed
.github/workflows/Build.yaml
@@ -24,7 +24,8 @@ jobs:
24
runs-on: windows-latest
25
26
steps:
27
- - uses: actions/checkout@v2
+ - name: Checkout
28
+ uses: actions/checkout@v2
29
with:
30
fetch-depth: 0
31
0 commit comments