Commit 5ae37b9
fix: mark all shell scripts as executable (#28)
GitHub Actions checks out the repository and runs scripts directly.
Without the executable bit set in git, runners get 'Permission denied'
when trying to execute any .sh file as an action step.
All 24 .sh files updated from mode 100644 to 100755.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 652f36d commit 5ae37b9
19 files changed
File tree
- .github/skills/copilot-usage-metrics
- enterprise
- github-add-enterprise-team-read-permissions
- github-dockerfile-discovery
- github-get-consumed-licenses
- github-get-public-repos
- lib
- org-admin
- github-add-repo-collaborators-by-pattern
- github-add-repo-permissions
- github-auto-repo-creation
- github-enable-issues
- github-get-repo-list
- github-import-repo
- github-migrate-internal-repos-to-private
- github-repo-from-template
- personal/github-organize-stars
- reporting/github-monthly-issues-report
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
0 commit comments