mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-08-18 09:40:37 +02:00
Set Execution Rights for GH-Action: Validate Scripts (#1312)
This commit is contained in:
4
.github/workflows/validate-scripts.yml
vendored
4
.github/workflows/validate-scripts.yml
vendored
@@ -21,6 +21,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
|
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
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
|
Reference in New Issue
Block a user