fix: add --no-exit-status flag to nixpkgs-review
This commit is contained in:
parent
55079052c9
commit
14dae8f6a6
2 changed files with 5 additions and 5 deletions
4
.github/workflows/review.yml
vendored
4
.github/workflows/review.yml
vendored
|
|
@ -166,12 +166,12 @@ jobs:
|
|||
nixpkgs-review -- \
|
||||
pr ${PR_NUMBER} \
|
||||
--no-shell \
|
||||
--no-exit-status \
|
||||
--no-headers \
|
||||
--print-result \
|
||||
--build-args="-L" \
|
||||
--pr-json="$PR_JSON" \
|
||||
$EXTRA_ARGS \
|
||||
|| true
|
||||
$EXTRA_ARGS
|
||||
working-directory: nixpkgs
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
|
|
|||
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -44,11 +44,11 @@
|
|||
"treefmt-nix": "treefmt-nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1760209076,
|
||||
"narHash": "sha256-bw8iRE+P54WiMvI7fAl52QLSjYb8LU4hqJT0Nc3Xt48=",
|
||||
"lastModified": 1761232464,
|
||||
"narHash": "sha256-O0Wb3ts+aRiN3dWgNahNKbrbXnxzSBwGOd7ovSBEQYM=",
|
||||
"owner": "Mic92",
|
||||
"repo": "nixpkgs-review",
|
||||
"rev": "31380da91b8f6be2b2e30f42047e2a3ebb68e024",
|
||||
"rev": "0c04828ccd01ca29a33582921f7f5b0299969cbb",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue