try to fix weekly-e2e commit issue

This commit is contained in:
hezijie 2023-03-06 09:55:09 +08:00
parent c0efebc9f3
commit 24f9f839b9

View File

@ -27,6 +27,7 @@ jobs:
cd .git
sudo chmod -R a+rwX .
sudo find . -type d -exec chmod g+s '{}' +
git config --global --add safe.directory '*'
- name: Commit & Push changes
uses: actions-js/push@master
with: