Commit a152f57
committed
CI: Fix find command logic for shell script executable permission check
- Corrected the find command grouping in the permissions workflow to avoid false positives.
- Now, only .sh files (including run.sh) missing user-execute permission are reported.
- Prevents unnecessary errors when all scripts are already executable.
Signed-off-by: Srikanth Muppandam <[email protected]>1 parent 29b80d4 commit a152f57
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments