We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5d72e commit 891cf76Copy full SHA for 891cf76
.github/actions/update-with-latest-versions/entrypoint.sh
@@ -4,6 +4,8 @@ set -eu
4
BRANCH=bump-documentation-to-latest-versions
5
LATEST_IPFS_TAG=$INPUT_LATEST_IPFS_TAG
6
7
+git config --global --add safe.directory "$PWD"
8
+
9
echo "The latest Kubo tag is ${LATEST_IPFS_TAG}"
10
11
ROOT=`pwd`
0 commit comments