Skip to content

Commit

Permalink
fix(bot): 馃悰 body undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Jan 16, 2023
1 parent ecf0eef commit 70dd4d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-provider-major.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
with:
commit_message: 'ci(providers): check provider versions'
create_branch: true
branch: feature/breaking-change
branch: feature/providers-major
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
git config --local user.email 'action@github.com'
git config --local user.name 'GitHub Action'
git add .
git pull origin feature/providers-major
- name: Commit Versioning & Push changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 70dd4d7

Please sign in to comment.