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 b18785e commit 2993b76Copy full SHA for 2993b76
.github/actions/latest-kubo-tag/entrypoint.sh
@@ -14,4 +14,4 @@ cd kubo
14
git describe --tags "${LATEST_IPFS_TAG}"
15
16
echo "The latest Kubo tag is ${LATEST_IPFS_TAG}"
17
-echo "::set-output name=latest_tag::${LATEST_IPFS_TAG}"
+echo "latest_tag=${LATEST_IPFS_TAG}" >> $GITHUB_OUTPUT
.github/actions/update-with-latest-versions/entrypoint.sh
@@ -85,4 +85,4 @@ git config --global user.name "${GITHUB_ACTOR}@users.noreply.github.com"
85
git add -u
86
git commit -m "Bumped documentation & installation docs."
87
git push -fu origin ${BRANCH}
88
-echo "::set-output name=updated_branch::${BRANCH}"
+echo "updated_branch=${BRANCH}" >> $GITHUB_OUTPUT
0 commit comments