Skip to content

Commit

Permalink
Update the project with changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelorodrigo committed Dec 18, 2024
1 parent b6a2c8e commit c7487f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/update-indexes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ jobs:
git commit -m "Update indicadores.json"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Trigger publish workflow
if: ${{ env.has_changes == 'true' }}
uses: ./.github/workflows/publish.yml
6 changes: 3 additions & 3 deletions assets/indicadores.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit c7487f2

Please sign in to comment.