diff options
author | Jan Macku <jamacku@redhat.com> | 2024-03-20 10:34:14 +0100 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2024-03-20 10:35:40 +0100 |
commit | b026b9edf521976df4b64360698b77a7b0bec7c5 (patch) | |
tree | c2e3514ccf6c00c43393c7b55c5fd32a77d3a082 | |
parent | kernel-install: fix uki-copy deinstall (diff) | |
download | systemd-b026b9edf521976df4b64360698b77a7b0bec7c5.tar.xz systemd-b026b9edf521976df4b64360698b77a7b0bec7c5.zip |
ci(metadata): remove `fetch-depth: 0` it's not needed anymore
-rw-r--r-- | .github/workflows/gather-pr-metadata.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/gather-pr-metadata.yml b/.github/workflows/gather-pr-metadata.yml index 68c88fb94b..c3f3d8e6b3 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: | |