Skip to content

Commit

Permalink
Delete outdated website_info.json and website_dimensions_info.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Apr 4, 2024
1 parent 8b878e5 commit 16eebec
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 481 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,5 @@ jobs:
git config --global user.email "contato@codaqui.dev"
git config --global user.name "Codaqui Bot"
git add .
DATE=$(date +"%d-%m-%Y")
FIRST_DAY=$(date -d "-1 month" +%Y-%m-01)
git commit -m "Update report for $FIRST_DAY - $DATE"
git commit -m "Update report for $(bash calculate_dates.sh ${{ github.event.inputs.month }})"
git push origin HEAD:main
Loading

0 comments on commit 16eebec

Please sign in to comment.