Skip to content

Commit

Permalink
chore: pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jul 9, 2023
1 parent 18b449a commit 6620797
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 @@ -94,7 +94,7 @@ runs:
else
version_present=$(sed -n '/^plugins:/,/^[^ ]/{/version:/p}' "ape-config.yaml" | grep -c version)
fi
if [[ "$version_present" == "1" ]] && [[ ${{ inputs.ape-plugins-list }} == "" ]]; then
plugins_value="."
elif [[ ${{ inputs.ape-plugins-list }} == "" ]]; then
Expand Down

0 comments on commit 6620797

Please sign in to comment.