We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ea2e1 commit 4a331edCopy full SHA for 4a331ed
.github/workflows/continuous-delivery.yml
@@ -195,7 +195,7 @@ jobs:
195
target_env = '${{ github.event.inputs.target_env }}'
196
# If on staging, use stagingstreep URL; otherwise use the target's URL
197
if current_branch == 'staging':
198
- print(config['targets']['stagingstreep']['url'])
+ print(config['targets']['staging']['url'])
199
else:
200
print(config['targets'][target_env]['url'])
201
PYTHON_EOF
0 commit comments