Update update-date.sh #49
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Atualizar Data | |
on: | |
# schedule: | |
# - cron: '0 0 * * *' # Executar diariamente à meia-noite UTC | |
# workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
update-date: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Executar script de atualização da data | |
run: | |
./update-date.sh |