1
1
mirror of https://github.com/primer/css.git synced 2024-12-26 15:43:59 +03:00

Only add src files

This commit is contained in:
Jon Rohan 2021-10-28 14:19:31 -07:00 committed by GitHub
parent 085801af19
commit 0b24926c88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
git checkout --track origin/$GITHUB_HEAD_REF
git config --local user.email "actions@github.com"
git config --local user.name "Actions Auto Build"
git add .
git add src
git commit -m "Stylelint auto-fixes" || true
git push