Skip to content

Commit

Permalink
correções no git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos-kadu committed Nov 22, 2023
1 parent 542a574 commit 97bed86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/list_dir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Script Listagem de PDFs

on:
schedule:
- cron: '10 11 * * *'
- cron: '35 11 * * *'

jobs:
run_script:
Expand All @@ -29,6 +29,7 @@ jobs:
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git pull origin main
git add --all
git commit -m "[ci] --> list_dir.py"
git commit -m "[ci] executado -> src/list_dir.py"
git push
3 changes: 2 additions & 1 deletion .github/workflows/pdf_downloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git pull origin main
git add --all
git commit -m "[ci] --> pdf_downloader.py"
git commit -m "[ci] executado -> src/pdf_downloader.py"
git push

0 comments on commit 97bed86

Please sign in to comment.