Skip to content

Commit 931c073

Browse files
authored
Update actions.yml
1 parent 9f8022b commit 931c073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: run main.py
1+
name: run index.py
22

33
on:
44
schedule:
@@ -25,7 +25,7 @@ jobs:
2525
- name: execute py script # run main.py
2626
env:
2727
SOME_SECRET: ${{ secrets.SOME_SECRET }}
28-
run: python main.py
28+
run: python index.py
2929

3030
- name: commit files
3131
run: |

0 commit comments

Comments
 (0)