Skip to content

Commit 8ea22d7

Browse files
committed
push changes in workflow
1 parent 08e7a34 commit 8ea22d7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/update_index.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@ jobs:
3131
run: |
3232
cd .github
3333
cd scripts
34-
python update_index.py
34+
python update_index.py
35+
36+
- name: Push Index Changes
37+
run: |
38+
git add .
39+
git -c user.name="github-actions[bot]" -c user.email="41898282+github-actions[bot]@users.noreply.github.com" commit -m "Auto update index" --author="cibere <[email protected]>"
40+
git push

0 commit comments

Comments
 (0)