Skip to content

Commit

Permalink
chore: Manutenção para commitar automaticamente
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-bs committed Jan 24, 2025
1 parent 07c8503 commit 241e92b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/weekly_run_bot_Twitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Weekly Run Bot

on:
schedule:
# Rodar toda segunda-feira às 11h UTC (8h em Brasília no horário padrão)
- cron: '0 11 * * 1'
# Rodar toda quarta-feira às 11h UTC (8h em Brasília no horário padrão)
- cron: '0 11 * * 3'
workflow_dispatch:

jobs:
weekly_run:
Expand Down Expand Up @@ -32,3 +33,11 @@ jobs:
run: |
cd Bots
python bot_Twitter.py
- name: Commit and push anomalias.html
run: |
git config user.name "GitHub Actions Bot"
git config user.email "actions@github.com"
git add TestesMapa/anomalias.html
git commit -m "Adicionando arquivo anomalias.html gerado automaticamente"
git push origin desenvolvimento

0 comments on commit 241e92b

Please sign in to comment.