From c7487f257b78922b0c29c6b1b278b5e5645d3046 Mon Sep 17 00:00:00 2001 From: Marcelo Wiebbelling Date: Wed, 18 Dec 2024 20:01:33 +0100 Subject: [PATCH] Update the project with changes --- .github/workflows/update-indexes.yml | 5 ++++- assets/indicadores.json | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-indexes.yml b/.github/workflows/update-indexes.yml index 3b32b63..e30793d 100644 --- a/.github/workflows/update-indexes.yml +++ b/.github/workflows/update-indexes.yml @@ -38,4 +38,7 @@ jobs: git commit -m "Update indicadores.json" git push env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Trigger publish workflow + if: ${{ env.has_changes == 'true' }} + uses: ./.github/workflows/publish.yml \ No newline at end of file diff --git a/assets/indicadores.json b/assets/indicadores.json index cd3fa84..21d952c 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": 90.6291 }, "selic": { "title": "SELIC", "description": "Taxa de juros - Selic anualizada base 252", "unitDisplay": "% a.a.", - "value": 12.25 + "value": 912.25 }, "cdi": { "title": "CDI", "description": "Taxa de juros - CDI anualizada base 252", "unitDisplay": "% a.a.", - "value": 10.340000000000002 + "value": 910.340000000000002 } } \ No newline at end of file