Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Dec 26, 2020
1 parent f7583db commit c5f4695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-mage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
steps:
- name: Install magefile/mage
run: |
set -eux
# set -eux
if [ -z '${{ inputs.mage-version }}' ]; then
export MAGE_VERSION="$(curl -fsi "https:/magefile/mage/releases/latest" | awk -F/ '/^(L|l)ocation:/ {print $(NF)}' | tr '\r' '\n')"
else
Expand Down

0 comments on commit c5f4695

Please sign in to comment.