diff --git a/.github/workflows/update-indexes.yml b/.github/workflows/update-indexes.yml index 04f4bed..c6e1881 100644 --- a/.github/workflows/update-indexes.yml +++ b/.github/workflows/update-indexes.yml @@ -35,7 +35,7 @@ jobs: git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' git add assets/indicadores.json - git commit -m "Update indicadores.json" + git commit -m "Update indicadores.json on $(date -u +"%Y-%m-%dT%H:%M:%SZ")" git push env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/assets/indicadores.json b/assets/indicadores.json index cd3fa84..767b704 100644 --- a/assets/indicadores.json +++ b/assets/indicadores.json @@ -3,18 +3,18 @@ "title": "Poupança", "description": "Depósitos de poupança a partir de 04.05.2012 - Rentabilidade no período", "unitDisplay": "% a.m.", - "value": 0.6291 + "value": 10.6291 }, "selic": { "title": "SELIC", "description": "Taxa de juros - Selic anualizada base 252", "unitDisplay": "% a.a.", - "value": 12.25 + "value": 112.25 }, "cdi": { "title": "CDI", "description": "Taxa de juros - CDI anualizada base 252", "unitDisplay": "% a.a.", - "value": 10.340000000000002 + "value": 110.340000000000002 } } \ No newline at end of file