Skip to content

Commit

Permalink
master push done for target-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
0katrinpetrosyan0 committed Jun 9, 2022
1 parent ae83c7a commit 07d6fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ inputs:
description: "Allows to enable plan result direct apply"
required: false
default: "false"
target-branch:
target_branch:
description: 'The name of target branch to merge'
required: false
default: "master"
Expand All @@ -63,8 +63,8 @@ runs:
uses: devmasx/merge-branch@master
with:
type: now
target-branch: ${{ inputs.target-branch }}
github-token: ${{ inputs.github-token }}
target_branch: ${{ inputs.target_branch }}
github_token: ${{ inputs.github_token }}

- uses: marceloprado/has-changed-path@v1
id: changed
Expand Down

0 comments on commit 07d6fd7

Please sign in to comment.