Skip to content

Commit

Permalink
Allow for file ownership conflicts with Docker and GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 3, 2023
1 parent 2a7dd57 commit 29f1e0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
image: perldocker/perl-tester:5.32
steps:
- uses: actions/checkout@v2
- name: Allow for file ownership conflicts with Docker and GitHub Actions
run: git config --global --add safe.directory '*'
- name: Run Tests with coverage
env:
AUTHOR_TESTING: 1
Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for HTTP-Message

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

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

0 comments on commit 29f1e0c

Please sign in to comment.