Skip to content

Commit

Permalink
Hotfix one (#83)
Browse files Browse the repository at this point in the history
* NOP

* Fix event name

* Update enforce_commits_from_develop.yml

* Update enforce_commits_from_develop.yml

* Fix main branch name

* Update merge_hotfix_to_dev.yml

* Update merge_hotfix_to_dev.yml

* NOP
  • Loading branch information
pockerman authored Sep 19, 2024
1 parent 143932a commit 452e619
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/merge_hotfix_to_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
check_branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Extract branch name
id: search_hot_fix
shell: bash
Expand All @@ -42,6 +41,6 @@ jobs:
type: now
from_branch: master
target_branch: develop
message: Merge main branch
message: Merge master branch
github_token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 452e619

Please sign in to comment.