There was an error while loading. Please reload this page.
1 parent e826fee commit 0fae89aCopy full SHA for 0fae89a
1 file changed
.github/workflows/build-release.yml
@@ -252,8 +252,9 @@ jobs:
252
- name: Get role ARN
253
id: get-role-arn
254
run: |
255
- role_arn="$(jq -r --arg account_type="${{ matrix.account }}" '.[$account_type]' <<<"$ACCOUNT_ROLE_MAP")"
+ role_arn="$(jq -r --arg account_type "${{ matrix.account }}" '.[$account_type]' <<<"$ACCOUNT_ROLE_MAP")"
256
257
+ echo "::add-mask::$role_arn"
258
echo "role-arn=$role_arn" >> "$GITHUB_OUTPUT"
259
260
- name: Download jib image artifacts
0 commit comments