Commit 4d93139
committed
fix: actually fail CI when transfer permissions are missing
The previous fix (PR #14) updated detect-drift.js to exit with code 1
when transfers are blocked due to missing permissions, but the workflow
file was never updated to propagate that failure.
The workflow had `exit 0` which always passed the job regardless of the
script's exit code. Changed to `exit 1` so the CI properly fails when
worlddriven lacks admin permission on source repositories.1 parent 3297267 commit 4d93139
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
0 commit comments