Skip to content

Commit a0f693e

Browse files
committed
update
1 parent 95c26a9 commit a0f693e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/auto_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/checkout@v3
2121
with:
2222
ref: automation # Explicitly check out the automation branch
23+
path: scripts
2324

2425
# Set up Python
2526
- name: Set up Python
@@ -37,4 +38,5 @@ jobs:
3738
env:
3839
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3940
run: |
41+
ls
4042
python scripts/auto_push.py

0 commit comments

Comments
 (0)