Skip to content

Commit

Permalink
Revert "Auto commit change log only if changes detected (#104)" (#105)
Browse files Browse the repository at this point in the history
This reverts commit 6b658cc.
  • Loading branch information
kornicameister authored Apr 11, 2021
1 parent 6b658cc commit 38bf22f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}
fetch-depth: 0
- name: Generate changelog
Expand All @@ -41,4 +40,4 @@ jobs:
commit_message: Update Changelog
file_pattern: CHANGELOG.md
push_options: --force
if: github.event_name == 'push' && steps.auto-commit-action.outputs.changes_detected == 'true'
if: github.event_name == 'push'

0 comments on commit 38bf22f

Please sign in to comment.