Skip to content

Commit 891cf76

Browse files
authored
fix: update-with-latest-versions
1 parent 1f5d72e commit 891cf76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/update-with-latest-versions/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ set -eu
44
BRANCH=bump-documentation-to-latest-versions
55
LATEST_IPFS_TAG=$INPUT_LATEST_IPFS_TAG
66

7+
git config --global --add safe.directory "$PWD"
8+
79
echo "The latest Kubo tag is ${LATEST_IPFS_TAG}"
810

911
ROOT=`pwd`

0 commit comments

Comments
 (0)