Skip to content

Commit d2d7026

Browse files
committed
Update README.md
1 parent 5629b1b commit d2d7026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ The following arguments are available in the script's context:
1010

1111
Since the script is just a function body, these values will already be defined, so you don't have to import them.
1212

13-
The return value of the script will be in the step's outputs under the "result" key.
13+
The return value of the script will be in the step's `outputs.result`:
1414

1515
```yaml
1616
- uses: gaggle/elixir_script@v0
1717
id: script
1818
with:
19-
script: <your_elixir_code_here>
19+
script: "<your_elixir_code_here>"
2020

2121
- name: Get result
2222
run: echo "${{steps.script.outputs.result}}"
@@ -30,7 +30,7 @@ This Elixir Script action is based on the amazing [GitHub Script action][github-
3030
which is primarily built around Javascript.
3131
Elixir Script adapts its interfaces and functionality to the Elixir environment,
3232
aiming to provide a seamless experience for Elixir developers.
33-
Many thanks to the creators and contributors of GitHub Script for their innovative approach.
33+
Many thanks to the creators and contributors of GitHub Script.
3434
3535
[github-script]: https://github.com/marketplace/actions/github-script
3636

0 commit comments

Comments
 (0)