mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #45912 from nextcloud/fix/noid/3rdparty-check-ref
ci: use precise ref for 3rdparty check
This commit is contained in:
commit
9872467251
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue