We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bac7a5 commit bd7b138Copy full SHA for bd7b138
1 file changed
.github/actions/docs/entrypoint.sh
@@ -4,6 +4,10 @@ set -e
4
5
apt-get update
6
apt-get install -y git wget
7
+
8
+# Fix github "detected dubious ownership" error
9
+git config --global --add safe.directory /github/workspace
10
11
git reset --hard HEAD
12
13
# Create the directories
0 commit comments