Skip to content

Commit

Permalink
fix log message format
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Jul 17, 2024
1 parent 341167c commit 8c8c8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ runs:
working-directory: /tmp
run: |
set -e
echo "::warning ecspresso@v1 is deprecated. Please use ecspresso@v2 action."
echo "::warning::ecspresso@v1 is deprecated. Please use ecspresso@v2 action."
VERSION="${{ inputs.version }}"
if [ "${VERSION}" = "latest" ]; then
VERSION=v1.7.15
echo "::notice Using fixed latest v1 version: ${VERSION}"
echo "::notice::Using fixed latest v1 version: ${VERSION}"
fi
DOWNLOAD_URL=https://github.com/kayac/ecspresso/releases/download/${VERSION}/ecspresso_${VERSION:1}_linux_amd64.tar.gz
cd /tmp
Expand Down

0 comments on commit 8c8c8b2

Please sign in to comment.