Skip to content

Commit

Permalink
Fixed prob the action
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVictoryz committed Nov 20, 2023
1 parent fe28ce2 commit 3552080
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/autorebuilddb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Commit Changes
uses: actions/checkout@v4
run: |
date > generated.txt
git config user.name github-actions
git config user.email [email protected]
git add -A
git commit -m "Rebuilded Automatically DB"
git push
date > generated.txt
git config user.name github-actions
git config user.email [email protected]
git add -A
git commit -m "Rebuilded Automatically DB"
git push

0 comments on commit 3552080

Please sign in to comment.