aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2024-06-17 11:25:28 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2024-06-17 11:25:28 +0200
commit4a143af318f3d6ba18c7ee5c63b20c411379f7d3 (patch)
tree776f17f99fa0ca7b92917833571e11502b4ffb76 /.github
parent0b805eab382e0235fa560c703f942fd5bc925062 (diff)
downloadnextcloud-server-4a143af318f3d6ba18c7ee5c63b20c411379f7d3.tar.gz
nextcloud-server-4a143af318f3d6ba18c7ee5c63b20c411379f7d3.zip
ci: use precise ref for 3rdparty check
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/block-outdated-3rdparty.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/block-outdated-3rdparty.yml b/.github/workflows/block-outdated-3rdparty.yml
index dba3f5f3e7a..9fbacd45dc7 100644
--- a/.github/workflows/block-outdated-3rdparty.yml
+++ b/.github/workflows/block-outdated-3rdparty.yml
@@ -41,7 +41,7 @@ jobs:
- name: Last 3rdparty commit on target branch
id: target
run: |
- echo "commit=$(git ls-remote https://github.com/nextcloud/3rdparty ${{ github.base_ref }} | awk '{ print $1}')" >> "$GITHUB_OUTPUT"
+ echo "commit=$(git ls-remote https://github.com/nextcloud/3rdparty refs/heads/${{ github.base_ref }} | awk '{ print $1}')" >> "$GITHUB_OUTPUT"
- name: Compare if 3rdparty commits are different
run: |