Skip to content

Commit

Permalink
Update changelog.yml (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
yykamei authored May 24, 2021
1 parent f226e9c commit 9f2ff8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
changes=$(git status --short | wc -l)
if [[ -z "$changes" ]]; then
if [[ "$changes" == "0" ]]; then
exit 0
fi
branch="update-changelog/$(date +%s)"
Expand Down

0 comments on commit 9f2ff8e

Please sign in to comment.