Skip to content

Commit

Permalink
Corregir hora de ejecución en comentario
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoArtaza authored Sep 17, 2023
1 parent cfa66ef commit d245d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scrape-diario.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Scrapear y Actualizar Datos

on:
schedule:
- cron: '0 23 * * *' # Ejecutar todos los días a las 21:00 Argentina (UTC-3)
- cron: '0 23 * * *' # Ejecutar todos los días a las 20:00 Argentina (23:00 UTC)

jobs:
scrape:
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
git config --local user.name "LeoArtaza"
git add ${{ env.NOMBRE_ARCHIVO_CSV }}
git commit -m "Actualizar datos a fecha ${{ steps.date.outputs.date }}"
git push
git push

0 comments on commit d245d73

Please sign in to comment.