1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Correct steps outputs example -- it needs an id (#6695)

This commit is contained in:
Josh Soref
2021-05-25 17:28:05 -04:00
committed by GitHub
parent 551aac282e
commit b78de9f54c

View File

@@ -434,7 +434,7 @@ The URL can be an expression and can use any context except for the `secrets` co
```yaml
environment:
name: production_environment
url: ${{ steps.step_name.outputs.url_output }}
url: ${{ steps.step_id.outputs.url_output }}
```
{% endraw %}
{% endif %}