Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro authored May 9, 2020
1 parent 1aa132f commit cc1df7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Changelog
name: Create Changelog

on:
pull_request:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
uses: github-actions-x/commit@v2.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'changelog'
push-branch: 'master'
commit-message: 'update changelog'
force-add: 'true'
files: CHANGELOG.md
Expand Down

0 comments on commit cc1df7a

Please sign in to comment.