Skip to content

Commit 7193432

Browse files
authored
Merge branch 'main' into develop
2 parents 49eb0fb + c2905e6 commit 7193432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manual.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/setup-java@v1
3838
with:
3939
java-version: 1.8
40-
40+
4141
- uses: actions/cache@v2
4242
with:
4343
path: |
@@ -56,6 +56,7 @@ jobs:
5656
gradle --version
5757
echo url ${{ github.event.inputs.api_base_url }}
5858
echo app name ${{ github.event.inputs.app_name }}
59+
5960
echo app dir ${{ github.event.inputs.app_dir }}
6061
echo CLI_JAVA_DIR "${{ github.event.inputs.cli_java_dir }}"
6162
echo CLI_RES_DIR "${{ github.event.inputs.cli_res_dir }}"

0 commit comments

Comments
 (0)