Skip to content

Commit 350eb3f

Browse files
Update action.yaml
1 parent f451ba0 commit 350eb3f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

action.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ inputs:
1616
default: ""
1717
runs:
1818
using: "docker"
19-
image: "docker://mergebase/github-action:1.0.0"
19+
image: "docker://mergebase/github-action:1.0.1"
2020
env:
2121
MB_ENV: GITHUB_ACTION
2222
args:
23-
- java -Dmb.url=${{inputs.mb_url}} -Dmb.token=${{inputs.mb_token}} -jar /opt/mbjar/mergebase.jar --name=${{inputs.project_name}} ${{inputs.additional_args}} .
23+
- ${{inputs.mb_url}}
24+
- ${{inputs.mb_token}}
25+
- ${{inputs.project_name}}
26+
- ${{inputs.additional_args}}

0 commit comments

Comments
 (0)