fix(ci): formatting event & chmod +x (#1335)

This commit is contained in:
Sébastiaan
2025-01-08 21:41:58 +01:00
committed by GitHub
parent e1daaa6409
commit 0059adecf1
2 changed files with 2 additions and 6 deletions

View File

@@ -33,10 +33,6 @@ jobs:
with:
fetch-depth: 0 # Ensure the full history is fetched for accurate diffing
ref: ${{ github.event_name == 'pull_request_target' && fromJSON(steps.pr.outputs.result).merge_commit_sha || '' }}
- name: Set execute permission for .sh files
run: |
chmod +x ct/*.sh
- name: Get changed files
id: changed-files