Skip to content

Commit

Permalink
Update reuseable-release-cd-refresh-master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte authored Dec 26, 2021
1 parent e3da75f commit 56c079e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reuseable-release-cd-refresh-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
required: false
default: ${{ github.event.ref }}
type: string
target_branch:
required: false
default: master
type: string
secrets:
token:
required: true
Expand All @@ -23,5 +27,5 @@ jobs:
with:
type: now
from_branch: ${{ inputs.from_branch }}
target_branch: master
target_branch: ${{ inputs.target_branch }}
github_token: ${{ secrets.token }}

0 comments on commit 56c079e

Please sign in to comment.