Skip to content

Commit a46fbb7

Browse files
authored
Merge pull request #2047 from mauke/fix-perltidy-action
fix perltidy action
2 parents ce106eb + a6a0be7 commit a46fbb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/perltidy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
image: perl:5.32
1414
steps:
1515
- uses: actions/checkout@v2
16+
- name: Fix git permissions
17+
# work around https://github.com/actions/checkout/issues/766
18+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
1619
- name: perl -V
1720
run: perl -V
1821
- name: Install dependencies

0 commit comments

Comments
 (0)