Skip to content

Commit

Permalink
Update GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Nov 1, 2024
1 parent 117aae6 commit 38a7d4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
file_pattern: CHANGELOG.md

- name: Push changes and create PR
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
branch: update-changelog
title: "Automated Update of CHANGELOG"
body: "This PR was created by GitHub Actions to update the CHANGELOG."
delete-branch: false

0 comments on commit 38a7d4f

Please sign in to comment.