Skip to content

Commit

Permalink
Merge pull request dart-archive#11 from dart-lang/mit-mit-patch-1
Browse files Browse the repository at this point in the history
Format warning with :: syntax
  • Loading branch information
mit-mit authored Jan 18, 2021
2 parents c0aea30 + cf75981 commit b705214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SDK="${1:-stable}"
DEPRECATED_CHANNEL=${2}
if [[ $DEPRECATED_CHANNEL != "none" ]]
then
echo "WARNING: The channel input of the setup-dart Github action is deprecated. Use the sdk input instead."
echo -e "::warning::The channel input is deprecated. Use the sdk input instead."
SDK=$DEPRECATED_CHANNEL
fi

Expand Down

0 comments on commit b705214

Please sign in to comment.