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 493246f commit 6f156f4Copy full SHA for 6f156f4
dev/ref2tag.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
tag=${OPENGROK_REF#"refs/tags/"}
4
-echo "::set-output name=tag::$tag"
+echo "tag::$tag" >> $GITHUB_OUTPUT
0 commit comments