Skip to content

Commit 29f1e0c

Browse files
committed
Allow for file ownership conflicts with Docker and GitHub Actions
1 parent 2a7dd57 commit 29f1e0c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
image: perldocker/perl-tester:5.32
2323
steps:
2424
- uses: actions/checkout@v2
25+
- name: Allow for file ownership conflicts with Docker and GitHub Actions
26+
run: git config --global --add safe.directory '*'
2527
- name: Run Tests with coverage
2628
env:
2729
AUTHOR_TESTING: 1

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for HTTP-Message
22

33
{{$NEXT}}
4+
- Allow for file ownership conflicts with Docker and GitHub Actions
5+
(GH#193) (Olaf Alders)
46

57
6.44 2022-10-26 20:49:00Z
68
- Made the Clone module a hard requirement, so we don't have to

0 commit comments

Comments
 (0)