We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9bae5 commit c74a55aCopy full SHA for c74a55a
.github/workflows/add_execute_permissions.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Find and chmod binaries
17
run: |
18
- find . -type f -executable -exec chmod +x {} \;
+ find . -type f -exec chmod +x {} \;
19
find . -type f -name "*.sh" -exec chmod +x {} \;
20
21
- name: Check for changes
0 commit comments