Skip to content

Commit 6f156f4

Browse files
committed
use the new way of setting the output
fixes #4616
1 parent 493246f commit 6f156f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/ref2tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
tag=${OPENGROK_REF#"refs/tags/"}
4-
echo "::set-output name=tag::$tag"
4+
echo "tag::$tag" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)