Skip to content

Commit 6a6280d

Browse files
committed
release 4.1.5
1 parent 2cc5b1a commit 6a6280d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,15 @@ jobs:
7575
if: ${{ env.STORAGE_TYPE == 'sqlite' }}
7676
env:
7777
SQLITE_DB: ${{ secrets.SQLITE_DB }}
78-
working-directory: ./hexo_circle_of_friends
7978
run: |
80-
python run.py
79+
python ./hexo_circle_of_friends/run.py
8180
8281
- name: Push sqlite data # sqlite push
8382
if: ${{ env.STORAGE_TYPE == 'sqlite' }}
8483
uses: github-actions-x/[email protected]
8584
with:
8685
github-token: ${{ secrets.GITHUB_TOKEN }}
87-
commit-message: "Update data"
86+
commit-message: "Update data.db"
8887
files: data.db
8988
rebase: 'true'
9089
name: ${{ env.GITHUB_NAME }}

0 commit comments

Comments
 (0)