Skip to content

Commit

Permalink
Merge pull request #102 from opentofu/bump-versions-improve-author
Browse files Browse the repository at this point in the history
  • Loading branch information
Yantrio authored Dec 13, 2023
2 parents 8c984d5 + 45589f9 commit 7245d93
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bump-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: 'modules/**/* providers/**/*'
commit_user_name: Auto Version Bumper
branch: ${{ env.BRANCH }}

commit_author: OpenTofu Core Development Team <[email protected]>
commit_user_name: OpenTofu Core Development Team
commit_message: "Automated bump of versions for providers and modules"

create_branch: true
branch: ${{ env.BRANCH }}

- name: Print Branch name
run: |
Expand Down

0 comments on commit 7245d93

Please sign in to comment.