mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(ci): lint issue on update-monorepo-lockfiles.yml (#26920)
This commit is contained in:
committed by
GitHub
parent
1fd927015f
commit
d8f7e2ce5e
@@ -36,4 +36,3 @@ jobs:
|
|||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git add package-lock.json
|
git add package-lock.json
|
||||||
git diff --staged --quiet || (git commit -m "Update lock file for Dependabot PR" -a && git push https://${{ github.token }}@github.com/${{ github.repository }}.git)
|
git diff --staged --quiet || (git commit -m "Update lock file for Dependabot PR" -a && git push https://${{ github.token }}@github.com/${{ github.repository }}.git)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user