Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Feb 8, 2024
1 parent 59255d4 commit 8f5f372
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ jobs:
env:
SERVICE_ACCOUNT_CREDENTIALS: ${{ secrets.SERVICE_ACCOUNT_CREDENTIALS }}
PROPERTY_ID: ${{ secrets.PROPERTY_ID }}

- name: Commit and push changes
run: |
git config --global user.email "[email protected]"
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"

0 comments on commit 8f5f372

Please sign in to comment.