Skip to content

Commit

Permalink
fix set variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Jul 17, 2024
1 parent 0b3ef26 commit 341167c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
echo "::warning ecspresso@v1 is deprecated. Please use ecspresso@v2 action."
VERSION="${{ inputs.version }}"
if [ "${VERSION}" = "latest" ]; then
$VERSION=v1.7.15
VERSION=v1.7.15
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
Expand Down

0 comments on commit 341167c

Please sign in to comment.