fix: builder and sdk changes #81

Merged
marcel.henselin merged 85 commits from chore/update_goreleaser into alpha 2026-03-11 13:13:46 +00:00
Showing only changes of commit 50c44c75ae - Show all commits

View file

@ -130,6 +130,11 @@ runs:
shell: bash shell: bash
run: | run: |
set -e set -e
set -x
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
jsonFileContent="${{ inputs.service_account_json_content }}" jsonFileContent="${{ inputs.service_account_json_content }}"
jsonFile="${{ inputs.service_account_json_file_path }}" jsonFile="${{ inputs.service_account_json_file_path }}"
jsonFile="${jsonFile:-x}" jsonFile="${jsonFile:-x}"