Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 committed Jan 9, 2025
1 parent 7dbb798 commit b37557a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: /docs/icons/dev.svg

Types of tasks for executing programming languages.

<div>
<div class="video-container">
<iframe src="https://www.youtube.com/embed/l-1MDlhV2oM?si=A--h-VEvmVNWW1TW" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>

Expand Down Expand Up @@ -116,6 +116,8 @@ print(response.status_code)
Kestra.outputs({'status': response.status_code, 'text': response.text})
```

### Pass Values Into Code

You can pass values into your code too using expressions. We can put the expression directly inside of the `Script` task:

```yaml
Expand Down

0 comments on commit b37557a

Please sign in to comment.