CI: use absolute path for new-entries.txt
This commit is contained in:
parent
a067b9fc0c
commit
e60e062ea8
2
.github/workflows/prcheck.sh
vendored
2
.github/workflows/prcheck.sh
vendored
@ -23,7 +23,7 @@ for aux in v3/*.md; do
|
||||
fi
|
||||
done
|
||||
|
||||
NEW_ENTRIES="new-entries.txt"
|
||||
NEW_ENTRIES="$(pwd)/new-entries.txt"
|
||||
git fetch --all
|
||||
git diff origin/master -- v3 | grep -F '+sdns://' | cut -d'+' -f2- | sort >"$NEW_ENTRIES"
|
||||
if [ ! -s "$NEW_ENTRIES" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user