Skip to content

Commit

Permalink
Fix to yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigHawker committed Nov 10, 2023
1 parent 0f35ea6 commit 0cd6dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-merge-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: 'Source branch'
required: false
default: 'master'
targetBranch:
inputs:
description: 'Target branch'
required: false
default: 'release'
Expand All @@ -23,5 +23,5 @@ jobs:
with:
type: now
from_branch: ${{ inputs.sourceBranch }}
target_branch: ${{ targetBranch.sourceBranch }}
target_branch: ${{ inputs.inputs }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0cd6dd9

Please sign in to comment.