diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-02-23 17:22:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-23 17:22:05 +0100 |
| commit | 94c9320c6fe213d70d5e82b8eb4afbe123e9d11f (patch) | |
| tree | 8c0feae9cc2c0ecafa2135648cedf5aab7852ab5 /.github | |
| parent | 1be6ab2a91786ac4c83cdb08193a8dfae0c1d84f (diff) | |
| parent | 46ca32c3ccbc5d740cffa2aa8ddd06e66f30e772 (diff) | |
Merge pull request #2585 from dalf/update-currencies
[mod] update currencies.json and fetch_currencies.py
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/data-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index 299550ef2..8d35e5856 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -41,7 +41,7 @@ jobs: python utils/fetch_languages.py python utils/fetch_ahmia_blacklist.py python utils/fetch_wikidata_units.py - # python utils/fetch_currencies.py + python utils/fetch_currencies.py - name: Create Pull Request id: cpr |