Update sync_data.sh
Browse files- sync_data.sh +1 -0
sync_data.sh
CHANGED
|
@@ -35,6 +35,7 @@ sync_data() {
|
|
| 35 |
echo "正在开始同步"
|
| 36 |
# 进入仓库目录
|
| 37 |
cd ./github_data
|
|
|
|
| 38 |
# 配置 Git 用户信息
|
| 39 |
git config user.name "AutoSync Bot"
|
| 40 |
git config user.email "[email protected]"
|
|
|
|
| 35 |
echo "正在开始同步"
|
| 36 |
# 进入仓库目录
|
| 37 |
cd ./github_data
|
| 38 |
+
ls -la
|
| 39 |
# 配置 Git 用户信息
|
| 40 |
git config user.name "AutoSync Bot"
|
| 41 |
git config user.email "[email protected]"
|