Skip to content

Commit

Permalink
dev hot
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn committed Jun 13, 2024
1 parent 1f339ce commit 64791b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cook-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
run: |
pip install ./work/ && \
mkdir -p ./cooked/${{ inputs.branch }} && \
find ./cooked/${{ inputs.branch }} -maxdepth 1 -type f -name "*.*" ! -name "README.md" ! -name ".gitignore" -delete && \
DEST=./cooked/${{ inputs.branch }} genpac --config=./work/example/config.ini && \
ls -alhR ./cooked/${{ inputs.branch }}/
cd ./cooked/${{ inputs.branch }} && \
rm -rf * && \
DEST=. genpac --config=./work/example/config.ini && \
ls -alhR ./
- name: commit
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 64791b1

Please sign in to comment.