File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## v1.3.1
2+
3+ - Fix, check inputs with empty string values.
4+
15## v1.3.0
26
37- Add input github_token, read github token from inputs.
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 - uses : actions/checkout@master
2020
2121 - name : Merge development -> staging
22- uses : devmasx/merge-branch@v1.3.0
22+ uses : devmasx/merge-branch@v1.3.1
2323 with :
2424 type : now
2525 from_branch : development
2626 target_branch : staging
2727 github_token : ${{ github.token }}
2828
2929 - name : Merge staging -> uat
30- uses : devmasx/merge-branch@v1.3.0
30+ uses : devmasx/merge-branch@v1.3.1
3131 with :
3232 type : now
3333 from_branch : staging
5050 - uses : actions/checkout@master
5151
5252 - name : Merge staging -> uat
53- uses : devmasx/merge-branch@v1.3.0
53+ uses : devmasx/merge-branch@v1.3.1
5454 with :
5555 type : now
5656 target_branch : uat
7878 - uses : actions/checkout@master
7979
8080 - name : Merge by labeled
81- uses : devmasx/merge-branch@v1.3.0
81+ uses : devmasx/merge-branch@v1.3.1
8282 with :
8383 label_name : ' merged in develop'
8484 target_branch : ' develop'
You can’t perform that action at this time.
0 commit comments