mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-16 21:30:31 +02:00
Updating ignore mechanism 2
This commit is contained in:
@@ -73,7 +73,7 @@ if _git_changed; then
|
|||||||
package-lock.json
|
package-lock.json
|
||||||
package.json
|
package.json
|
||||||
" >> .git/info/exclude
|
" >> .git/info/exclude
|
||||||
git update-index --assume-unchanged node_modules/ package.json package-lock.json
|
git update-index --assume-unchanged node_modules/ package-lock.json
|
||||||
|
|
||||||
if $INPUT_ONLY_CHANGED; then
|
if $INPUT_ONLY_CHANGED; then
|
||||||
# --diff-filter=d excludes deleted files
|
# --diff-filter=d excludes deleted files
|
||||||
|
|||||||
Reference in New Issue
Block a user