Skip to content

Commit

Permalink
perf(action)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn committed Jun 6, 2024
1 parent a15f7e8 commit 47d8155
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ jobs:
python-version: '3.12'
- run: |
pip install ./dev/ && \
DEST=./cooked genpac --config=./dev/example/config.ini
DEST=./temp genpac --config=./dev/example/config.ini
- run: |
find ./cooked -type f ! -name ".*" ! -name "README.md" -print0 | xargs -0 -n1 rm -rf && \
cp ./temp/* ./cooked/
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
repository: ./cooked
commit_message: Automated Change
commit_message: automatic update
push_options: '--force'

0 comments on commit 47d8155

Please sign in to comment.