feat: fix action issue

pull/5/head
LiLittleCat 2 years ago
parent 12773c1cfd
commit b919a281b4
  1. 4
      .github/workflows/convert_to_json.yml

@ -31,11 +31,11 @@ jobs:
run: |
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_TOKEN }}
- name: Commit and push JSON file
run: |
git add urls.json
git commit -m "Update urls.json"
git push
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_TOKEN }}

Loading…
Cancel
Save