Skip to content

Commit

Permalink
identification
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito committed Nov 22, 2023
1 parent 87e485c commit e806ba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge-release-changes-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
git checkout main -- heat/core/version.py
- name: Commit and push working branch
run: |
git config --global user.name 'ClaudiaComito'
git config --global user.email '[email protected]@users.noreply.github.com'
git add heat/core/version.py
git commit -m "Update version.py"
git push origin ${{ env.working_branch }}
Expand Down

0 comments on commit e806ba5

Please sign in to comment.