diff --git a/.github/workflows/ohm.upstream-sync.yml b/.github/workflows/ohm.upstream-sync.yml index 6e7be28a..45a5f17a 100644 --- a/.github/workflows/ohm.upstream-sync.yml +++ b/.github/workflows/ohm.upstream-sync.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Check out the repository to the runner uses: actions/checkout@v4 + with: + fetch-depth: 2 - name: Make the script files executable run: chmod +x ./scripts/upstream_sync.sh - name: Run sync script