Skip to content

Commit 2eb1d10

Browse files
committed
Fix SG runtime target env wiring
1 parent 850555c commit 2eb1d10

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sync-cloud-run-env.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,8 @@ jobs:
577577
578578
- name: Sync Cloud Run environment
579579
if: steps.config.outputs.enabled == 'true'
580+
env:
581+
RUNTIME_TARGET_JSON: ${{ steps.strategy_requirements.outputs.runtime_target_json }}
580582
run: |
581583
set -euo pipefail
582584

0 commit comments

Comments
 (0)