Skip to content

Commit

Permalink
fix: warning about github output
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Nov 11, 2022
1 parent c217206 commit 59d5b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf/get-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ runs:
echo "\033[0;31m'${{ inputs.plugin-name }}' plugin not found in .tool-versions file"
exit 1
fi
echo "::set-output name=plugin-version::$ASDF_PLUGIN_VERSION"
echo "plugin-version=$ASDF_PLUGIN_VERSION" >> $GITHUB_OUTPUT

0 comments on commit 59d5b6e

Please sign in to comment.