Skip to content

Commit

Permalink
Merge pull request #502 from KomodoPlatform/parse_repo
Browse files Browse the repository at this point in the history
Generate app coin configs
  • Loading branch information
tonymorony authored Oct 20, 2022
2 parents 1cce16a + 4d01dfe commit 3ebd32f
Show file tree
Hide file tree
Showing 188 changed files with 32,517 additions and 3,357 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Update Coin Configs

on:
push:
branches: [ "parse_repo" ]
branches: [ "master" ]
paths-ignore:
- 'utils/**'
- 'utils/coins_config.json'
- 'utils/electrum_scan_report.json'
schedule:
- cron: '0 0 * * *'

Expand All @@ -22,7 +23,7 @@ jobs:
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add ${GITHUB_WORKSPACE}/utils/desktop_coins.json ${GITHUB_WORKSPACE}/utils/electrum_scan_report.json
git add ${GITHUB_WORKSPACE}/utils/coins_config.json ${GITHUB_WORKSPACE}/utils/electrum_scan_report.json
git commit -m "Update coin configs"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down
Loading

0 comments on commit 3ebd32f

Please sign in to comment.