Skip to content

Commit 7deec76

Browse files
FloXirevadi2
authored andcommitted
fix: use correct set output syntax
1 parent 884854e commit 7deec76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -e
33

44
output=$(xmlstarlet $@)
5-
echo "::set_output name=xmlstarlet_result::${output}"
5+
echo "::set-output name=xmlstarlet_result::${output}"

0 commit comments

Comments
 (0)