Skip to content

Commit

Permalink
Merge pull request #801 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Remove stray quotes
  • Loading branch information
localheinz committed Nov 16, 2021
2 parents afc4765 + 1ed1fc9 commit 704557f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/composer/composer/install/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ if [[ ${dependencies} == "highest" ]]; then
exit $?
fi

echo "::error::The value for the \"dependencies\" input needs to be one of \"lowest\", \"locked\"', \"highest\"' - got \"${dependencies}\" instead."
echo "::error::The value for the \"dependencies\" input needs to be one of \"lowest\", \"locked\", \"highest\" - got \"${dependencies}\" instead."

exit 1

0 comments on commit 704557f

Please sign in to comment.