Skip to content

Commit

Permalink
Auto-ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark-LYNN committed Dec 12, 2024
1 parent f0b75ef commit 1a643ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
git status --porcelain | grep "CHANGELOG.md\|package.json" || echo "No changes to commit"
- name: Check token availability
run: echo "Token is available: ${{ secrets.GH_TOKEN }}" || echo "GH_TOKEN not set"
run: |
echo "Token is available: ${{ secrets.GH_TOKEN }}" || echo "GH_TOKEN not set"
- name: Commit and push changes if necessary
run: |
Expand Down

0 comments on commit 1a643ba

Please sign in to comment.