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 2d5faf8 commit 54bcd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cook-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
mkdir -p ./cooked/${{ inputs.branch }}/ && \
find ./cooked/${{ inputs.branch }} -maxdepth 1 -type f -name "*.*" ! -name "README.md" ! -name ".gitignore" -delete && \
cp ./tmp/* ./cooked/${{ inputs.branch }}/ && \
ls -alhR ./cooked/
ls -alhR ./cooked/${{ inputs.branch }}/
- name: commit
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 54bcd08

Please sign in to comment.