Skip to content

Commit

Permalink
ISSUE-220: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Sep 2, 2024
1 parent c6f702c commit 6a0b8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tasks:
action_validator_bin_path="/usr/local/bin/action-validator"
[ "$(arch)" = "x86_64" ] && bin_name="linux_amd64"
[ "$(arch)" = "aarch64" ] && bin_name="linux_arm64"
curl -Lo $action_validator_bin_path "$action_validator_url_base$bin_name" || true'
curl -Lo $action_validator_bin_path "$action_validator_url_base$bin_name" || true
chmod +x $action_validator_bin_path
echo $yamls | xargs -n1 $action_validator_bin_path
fi
Expand Down

0 comments on commit 6a0b8f5

Please sign in to comment.