Skip to content

Commit 5ae37b9

Browse files
locus313Copilot
andauthored
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/get-enterprise-metrics.sh

100644100755
File mode changed.

.github/skills/copilot-usage-metrics/get-enterprise-user-metrics.sh

100644100755
File mode changed.

.github/skills/copilot-usage-metrics/get-org-metrics.sh

100644100755
File mode changed.

.github/skills/copilot-usage-metrics/get-org-user-metrics.sh

100644100755
File mode changed.

enterprise/github-add-enterprise-team-read-permissions/github-add-enterprise-team-read-permissions.sh

100644100755
File mode changed.

enterprise/github-dockerfile-discovery/github-dockerfile-discovery.sh

100644100755
File mode changed.

enterprise/github-get-consumed-licenses/github-get-consumed-licenses.sh

100644100755
File mode changed.

enterprise/github-get-public-repos/github-get-public-repos.sh

100644100755
File mode changed.

lib/github-common.sh

100644100755
File mode changed.

org-admin/github-add-repo-collaborators-by-pattern/github-add-repo-collaborators-by-pattern.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)