Skip to content

Commit 572f611

Browse files
Merge pull request #45926 from nextcloud/backport/45912/stable27
[stable27] ci: use precise ref for 3rdparty check
2 parents 537dead + df976b4 commit 572f611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/block-outdated-3rdparty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Last 3rdparty commit on target branch
4040
id: target
4141
run: |
42-
echo "commit=$(git ls-remote https://github.com/nextcloud/3rdparty ${{ github.base_ref }} | awk '{ print $1}')" >> "$GITHUB_OUTPUT"
42+
echo "commit=$(git ls-remote https://github.com/nextcloud/3rdparty refs/heads/${{ github.base_ref }} | awk '{ print $1}')" >> "$GITHUB_OUTPUT"
4343
4444
- name: Compare if 3rdparty commits are different
4545
run: |

0 commit comments

Comments
 (0)