Get fetch-depth:0 right.
authorWayne Davison <wayne@opencoder.net>
Wed, 10 Apr 2024 19:30:05 +0000 (12:30 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 10 Apr 2024 19:30:05 +0000 (12:30 -0700)
.github/workflows/build.yml
.github/workflows/freebsd-build.yml
.github/workflows/solaris-build.yml

index 09a8ce247964f6693c9445e5415749f4db2bd8d2..f407dab7b273aa4052dfad6bd8e9257a9e11d646 100644 (file)
@@ -14,7 +14,8 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
     - uses: actions/checkout@v4
-      fetch-depth: 0
+      with:
+        fetch-depth: 0
     - name: prep
       run: |
         sudo apt-get install acl libacl1-dev attr libattr1-dev liblz4-dev libzstd-dev libxxhash-dev python3-cmarkgfm openssl
@@ -52,7 +53,8 @@ jobs:
     runs-on: macos-latest
     steps:
     - uses: actions/checkout@v4
-      fetch-depth: 0
+      with:
+        fetch-depth: 0
     - name: prep
       run: |
         brew install automake openssl xxhash zstd lz4
@@ -88,7 +90,8 @@ jobs:
     if: (github.event_name == 'schedule' || contains(github.event.head_commit.message, '[buildall]'))
     steps:
     - uses: actions/checkout@v4
-      fetch-depth: 0
+      with:
+        fetch-depth: 0
     - name: cygwin
       run: choco install -y --no-progress cygwin cyg-get
     - name: prep
index 0fb5adb09fd3007f30d911e2f85d64e725960793..2c0061ee0255384d64519943c04eb930d4c31f83 100644 (file)
@@ -12,7 +12,8 @@ jobs:
     name: Test rsync on FreeBSD
     steps:
     - uses: actions/checkout@v4
-      fetch-depth: 0
+      with:
+        fetch-depth: 0
     - name: Test in FreeBSD
       id: test
       uses: vmactions/freebsd-vm@v1
index feb4ad0b2d05b7a3498f8b1497ca7448ecbd1e23..7de3d35ef0fd8c24f441c8cb7888547954a603d4 100644 (file)
@@ -12,7 +12,8 @@ jobs:
     name: Test rsync on Solaris
     steps:
     - uses: actions/checkout@v4
-      fetch-depth: 0
+      with:
+        fetch-depth: 0
     - name: Test in Solaris
       id: test
       uses: vmactions/solaris-vm@v1