From: Jan Macku Date: Wed, 20 Mar 2024 09:34:14 +0000 (+0100) Subject: ci(metadata): remove `fetch-depth: 0` it's not needed anymore X-Git-Tag: v256-rc1~469^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b026b9edf521976df4b64360698b77a7b0bec7c5;p=thirdparty%2Fsystemd.git ci(metadata): remove `fetch-depth: 0` it's not needed anymore --- diff --git a/.github/workflows/gather-pr-metadata.yml b/.github/workflows/gather-pr-metadata.yml index 68c88fb94bc..c3f3d8e6b36 100644 --- a/.github/workflows/gather-pr-metadata.yml +++ b/.github/workflows/gather-pr-metadata.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Repository checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - with: - fetch-depth: 0 - name: Store PR number in file run: |