Skip to content

Commit

Permalink
chore(docs): attempt to fix github "detected dubious ownership" error
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Mar 23, 2023
1 parent 7bac7a5 commit bd7b138
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/docs/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ set -e

apt-get update
apt-get install -y git wget

# Fix github "detected dubious ownership" error
git config --global --add safe.directory /github/workspace

git reset --hard HEAD

# Create the directories
Expand Down

0 comments on commit bd7b138

Please sign in to comment.