Skip to content

Commit

Permalink
Better commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelorodrigo committed Dec 18, 2024
1 parent 6053669 commit 54d7c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-indexes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
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": 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
}
}

0 comments on commit 54d7c74

Please sign in to comment.