We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7dd57 commit 29f1e0cCopy full SHA for 29f1e0c
.github/workflows/build-and-test.yml
@@ -22,6 +22,8 @@ jobs:
22
image: perldocker/perl-tester:5.32
23
steps:
24
- uses: actions/checkout@v2
25
+ - name: Allow for file ownership conflicts with Docker and GitHub Actions
26
+ run: git config --global --add safe.directory '*'
27
- name: Run Tests with coverage
28
env:
29
AUTHOR_TESTING: 1
Changes
@@ -1,6 +1,8 @@
1
Revision history for HTTP-Message
2
3
{{$NEXT}}
4
+ - Allow for file ownership conflicts with Docker and GitHub Actions
5
+ (GH#193) (Olaf Alders)
6
7
6.44 2022-10-26 20:49:00Z
8
- Made the Clone module a hard requirement, so we don't have to
0 commit comments