Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chen08209 committed Nov 9, 2024
1 parent 72bef5f commit 462d824
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 631 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/change.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Commit
run: |
if git diff --cached --quiet; then
if ! git diff --cached --quiet; then
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add CHANGELOG.md
Expand Down
Loading

0 comments on commit 462d824

Please sign in to comment.