Skip to content

Commit

Permalink
deploy_all: add git ownership workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
MaEtUgR committed Jul 19, 2023
1 parent 0c2a826 commit ce8dd2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
with:
token: ${{secrets.ACCESS_TOKEN}}

- name: ownership workaround
run: git config --system --add safe.directory '*'

- name: make ${{matrix.target}}
run: make ${{matrix.target}}

Expand Down

0 comments on commit ce8dd2b

Please sign in to comment.