Skip to content

Commit

Permalink
ci: safe dir
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Mar 27, 2023
1 parent 1d20046 commit 5e0215b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Fix workspace permissions
run: sudo chown -R $(id -u):$(id -g) .
- name: Fix Git repository permissions
run: git config --global --add safe.directory /home

- name: Update readme according to Go doc
uses: posener/goreadme@v1
Expand Down

0 comments on commit 5e0215b

Please sign in to comment.