Skip to content

Commit 92c2049

Browse files
committed
a few more untested fixes
1 parent 15ecc2e commit 92c2049

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maintenance-rewrite-kernel-patches.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
git clean -fd
4949
else
5050
# No repo: clone it
51-
git clone --depth 1 --filter=blob:none "https://github.com/${REPO}" .
51+
git clone --depth 1 --filter=blob:none -b "$REF_NAME" "https://github.com/${REPO}" .
5252
git checkout "$REF_NAME"
5353
fi
5454
@@ -66,10 +66,10 @@ jobs:
6666
set -euo pipefail
6767
if git diff --quiet; then
6868
echo "has_changes=false" >> "$GITHUB_OUTPUT"
69-
echo "::notice::No changes detected after rewrite-kernel-patches"
69+
echo "::notice::No changes detected after ${WHATTODO}"
7070
else
7171
echo "has_changes=true" >> "$GITHUB_OUTPUT"
72-
echo "::notice::Changes detected after rewrite-kernel-patches - PR will be created"
72+
echo "::notice::Changes detected after ${WHATTODO} - PR will be created"
7373
fi
7474
7575
- name: Build PR body

0 commit comments

Comments
 (0)