We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f451ba0 commit 350eb3fCopy full SHA for 350eb3f
action.yaml
@@ -16,8 +16,11 @@ inputs:
16
default: ""
17
runs:
18
using: "docker"
19
- image: "docker://mergebase/github-action:1.0.0"
+ image: "docker://mergebase/github-action:1.0.1"
20
env:
21
MB_ENV: GITHUB_ACTION
22
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}} .
+ - ${{inputs.mb_url}}
24
+ - ${{inputs.mb_token}}
25
+ - ${{inputs.project_name}}
26
+ - ${{inputs.additional_args}}
0 commit comments