Skip to content

Commit

Permalink
Update DLAndCommit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makoragi authored Apr 29, 2024
1 parent 3ea014d commit 6d00b3c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/DLAndCommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
git config --local user.useConfigOnly false
git config --local user.name "Scraping Bot"
git config --local user.email "[email protected]"
git status | grep modified && git add . && git commit -v -m "[Bot] GitHub Actions - get data at $(date +'%Y-%m-%d')"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
git status | grep modified
# && git add . && git commit -v -m "[Bot] GitHub Actions - get data at $(date +'%Y-%m-%d')"
# - name: Create Pull Request
# uses: peter-evans/create-pull-request@v3

0 comments on commit 6d00b3c

Please sign in to comment.