Skip to content

Commit

Permalink
🔧 Adjusted Branches for Dispatch Flows (#7)
Browse files Browse the repository at this point in the history
* Update compile.yml

* Update changelog.yml
  • Loading branch information
Templum authored May 2, 2024
1 parent 89c4d47 commit c1f5007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
branch: feature/changelog-update
branch: maintain/changelog-update
title: ":memo: Update Changelog for ${{ steps.outputs.for-version }}"
commit-message: ":memo: Update Changelog for ${{ steps.outputs.for-version }}"
commit-message: ":memo: Update Changelog for ${{ steps.outputs.for-version }}"
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
branch: feature/changelog-update
branch: maintain/action-update
title: ":package: Updated compiled action with latest code"
commit-message: ":package: Updated compiled action with latest code"
commit-message: ":package: Updated compiled action with latest code"

0 comments on commit c1f5007

Please sign in to comment.