| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1a2f3ab commit 8f5fb41
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ for pr in "$@"; do | |||
| 10 | 10 | ||
| 11 | 11 | ci_started=yes | |
| 12 | 12 | rm -f output; | |
| 13 | - ncu-ci run --certify-safe "$pr" >output 2>&1 || ci_started=no | ||
| 13 | + ncu-ci run "$pr" >output 2>&1 || ci_started=no | ||
| 14 | 14 | cat output | |
| 15 | 15 | ||
| 16 | 16 | if [ "$ci_started" = "no" ]; then | |
| Back | FazBrowse Home | New Git URL |
0 commit comments