We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e7a34 commit 8ea22d7Copy full SHA for 8ea22d7
.github/workflows/update_index.yml
@@ -31,4 +31,10 @@ jobs:
31
run: |
32
cd .github
33
cd scripts
34
- python update_index.py
+ 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