Skip to content

Commit

Permalink
Update generate-json-index.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
callacat committed Nov 26, 2024
1 parent 0c373ce commit 90e7233
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate-json-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
run: node .github/workflows/generate_index.js

- name: 提交并推送更改
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add publicFileIndex.json
git commit -m '由Actions自动生成插件市场所需JSON索引'
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@main
Expand Down

0 comments on commit 90e7233

Please sign in to comment.