Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 25, 2024
1 parent cd6f93c commit 4eb3dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: git config --system --add safe.directory ${{ github.workspace }}
- name: Fix git safe.directory in container
# https://github.com/actions/runner/issues/2033
run: mkdir -p /home/runner/work/_temp/_github_home && printf "[safe]\n\tdirectory = /github/workspace" > /home/runner/work/_temp/_github_home/.gitconfig
- uses: docker://cloudposse/build-harness:latest
with:
entrypoint: /usr/bin/make
Expand Down

0 comments on commit 4eb3dcd

Please sign in to comment.