Skip to content

Commit

Permalink
fix: stop using notice command
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Nov 22, 2024
1 parent 7dad914 commit c2f2335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
- run: |
if [ "${SKIP_INSTALL_AQUA:-}" = true ] && command -v aqua >/dev/null; then
echo "::notice:: installing aqua is skipped" >&2
echo "[INFO] Installing aqua is skipped" >&2
exit 0
fi
"${GITHUB_ACTION_PATH}/aqua-installer" -v "$AQUA_VERSION"
Expand Down

0 comments on commit c2f2335

Please sign in to comment.