We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc5b1a commit 6a6280dCopy full SHA for 6a6280d
.github/workflows/main.yml
@@ -75,16 +75,15 @@ jobs:
75
if: ${{ env.STORAGE_TYPE == 'sqlite' }}
76
env:
77
SQLITE_DB: ${{ secrets.SQLITE_DB }}
78
- working-directory: ./hexo_circle_of_friends
79
run: |
80
- python run.py
+ python ./hexo_circle_of_friends/run.py
81
82
- name: Push sqlite data # sqlite push
83
84
uses: github-actions-x/[email protected]
85
with:
86
github-token: ${{ secrets.GITHUB_TOKEN }}
87
- commit-message: "Update data"
+ commit-message: "Update data.db"
88
files: data.db
89
rebase: 'true'
90
name: ${{ env.GITHUB_NAME }}
0 commit comments