Commit fd6997af6918038a45bc75c267f4e14870ef4d0e

Edward Thomson 2020-06-06T16:21:07

Update main.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index da3acb8..19e115d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,8 +13,8 @@ jobs:
     steps:
     - name: Check out repository
       uses: actions/checkout@v2
-        with:
-          fetch-depth: 0
+      with:
+        fetch-depth: 0
     - name: Calculate image label
       run: |
         echo "::set-env name=docker-label::libgit2-$(git log -1 --pretty=format:"%h" -- azure-pipelines/docker)"