Skip to content

Commit 06652bb

Browse files
committed
update flow
1 parent 30feecd commit 06652bb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/auto_publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Python Script
1+
name: Auto push to live
22

33
on:
44
schedule:
@@ -31,6 +31,7 @@ jobs:
3131
env:
3232
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
run: |
34+
python -c "
3435
from datetime import datetime
3536
import os
3637
import sys
@@ -71,4 +72,5 @@ jobs:
7172
except GithubException as e:
7273
print(f"Error: {str(e)}")
7374
sys.exit(1)
75+
"
7476

0 commit comments

Comments
 (0)