There was an error while loading. Please reload this page.
1 parent f2d5065 commit b37ded9Copy full SHA for b37ded9
1 file changed
.github/workflows/nix-changes-comment.yml
@@ -29,6 +29,10 @@ jobs:
29
run: |
30
mv requisites-*/* .
31
ls
32
+ if grep -nvHE '^/nix/store/[0-9a-df-np-sv-z]{32}-[A-Za-z0-9?=._+-]+$' requisites-*.list; then
33
+ echo 'Unexpected line format in requisites list; refusing to process.' >&2
34
+ exit 1
35
+ fi
36
echo "NUMBER=$(grep -E '^[0-9]+$' pr_number.txt || true)" >> "$GITHUB_OUTPUT"
37
38
- name: Aggregate results
0 commit comments