Added testing variable

This commit is contained in:
2021-02-19 17:54:00 +01:00
parent 8a68c5b4d3
commit 3aa6d7608d

View File

@@ -26,12 +26,8 @@ _git_changed() {
}
(
if [ -n "$GITHUB_ACTION_PATH" ]; then
cd $GITHUB_ACTION_PATH
maybe_global=''
else
maybe_global=--global
fi
echo ${{ inputs.prettier_options }}
# PROGRAM
echo "Installing prettier..."