Skip to content

Commit

Permalink
try with path permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudTT committed May 23, 2024
1 parent c5d6044 commit 8998ede
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-license-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
fetch-depth: 0

- name: Set permissions for excluded paths file
run: chmod +r excluded_paths.txt

- name: Read excluded paths from file
id: read-exclusions
run: |
Expand Down

0 comments on commit 8998ede

Please sign in to comment.