Skip to content

Commit

Permalink
Create all.json when registering the oyajigyagu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ry0taK committed Jun 20, 2024
1 parent b4b1065 commit a109913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Sync database to main branch
run: |
jq -s '.' database/*.json > database/all.json
git pull
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/issue_labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Sync database to main branch
run: |
jq -s '.' database/*.json > database/all.json
git pull
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
Expand Down

0 comments on commit a109913

Please sign in to comment.