fix deprecated set-env and add-path commands

This commit is contained in:
Serhiy Mytrovtsiy 2020-10-09 08:40:45 +02:00 committed by GitHub
parent 56d5d77d89
commit 5366eec4cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ if [ ! "$(echo ${configPath}.stylelintrc*)" != "${configPath}.stylelintrc*" ]; t
}" > .stylelintrc
fi
echo ::add-path::${stylelint_path}
echo "${stylelint_path}" >> $GITHUB_PATH
echo $pattern
sh -c "$stylelint_path $pattern"
sh -c "$stylelint_path $pattern"