mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-12 19:30:30 +02:00
Added testing variable
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user