fix: pipeline fixes
[skip ci]
This commit is contained in:
parent
944ced15f3
commit
6fe178910d
1 changed files with 2 additions and 2 deletions
4
.github/actions/acc_test/action.yaml
vendored
4
.github/actions/acc_test/action.yaml
vendored
|
|
@ -137,7 +137,7 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
set -e
|
||||
set -x
|
||||
set -o pipefail
|
||||
|
||||
jsonFile="${{ inputs.service_account_json_file_path }}"
|
||||
jsonFile="${jsonFile:-x}"
|
||||
|
|
@ -157,7 +157,7 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
set -e
|
||||
set -x
|
||||
set -o pipefail
|
||||
|
||||
jsonFile="${{ inputs.service_account_json_file_path }}"
|
||||
jsonFile="${jsonFile:-x}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue