Skip to content

Commit

Permalink
Update mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn authored Jul 24, 2024
1 parent f1ba911 commit 9861894
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ jobs:
run: |
pip install ./src/ && \
cd mirror && \
ls -lR && \
cat config.ini && \
genpac -c ./config.ini
- name: Commit Mirror
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
cd mirror && \
git add . && \
git add -A . && \
git commit -m "update $(date '+%Y-%m-%d %H:%M:%S %z')" && \
git push --force

0 comments on commit 9861894

Please sign in to comment.