mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
Set Execution Rights for GH-Action: Validate Scripts
This commit is contained in:
parent
bc702e2a6d
commit
c3dbf40dc2
4
.github/workflows/validate-scripts.yml
vendored
4
.github/workflows/validate-scripts.yml
vendored
@ -22,6 +22,10 @@ jobs:
|
||||
with:
|
||||
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
|
||||
|
||||
- name: Set execute permission for .sh files
|
||||
run: |
|
||||
chmod +x ct/*.sh
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user