mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-15 21:00:35 +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
|
echo ${{ inputs.prettier_options }}
|
||||||
maybe_global=''
|
|
||||||
else
|
|
||||||
maybe_global=--global
|
|
||||||
fi
|
|
||||||
|
|
||||||
# PROGRAM
|
# PROGRAM
|
||||||
echo "Installing prettier..."
|
echo "Installing prettier..."
|
||||||
|
|||||||
Reference in New Issue
Block a user