We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce04a61 + 97fc4fb commit a852a1cCopy full SHA for a852a1c
.github/workflows/block-outdated-3rdparty.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Last 3rdparty commit on target branch
40
id: target
41
run: |
42
- 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"
43
44
- name: Compare if 3rdparty commits are different
45
0 commit comments