Skip to content

Commit

Permalink
Remove the prettified format and only push the directory tree changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CCBP committed Dec 3, 2024
1 parent a4d0104 commit fb614a2
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ jobs:
with:
showsize: "no"

- name: Prettify markdown
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{yml,md}
commit_message: "Automatically Prettified Markdown"
- name: commit
continue-on-error: True
run: |
git init
git pull
git config --local user.email "[email protected]"
git config --local user.name "github-actions"
git add .
git commit -m "[Readme-Tree]`date '+%Y-%m-%d %H:%M:%S'`" || exit
git status
git push -f

0 comments on commit fb614a2

Please sign in to comment.