Skip to content

Commit 8244205

Browse files
committed
Update README.md
1 parent 6895328 commit 8244205

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ To use this action, provide an input named `script` that contains the body of an
66

77
The following arguments are available in the script's context:
88

9-
* `github` A pre-authenticated [tentacat](https://github.com/edgurgel/tentacat) GitHub client
109
* `context` A map containing the context of the workflow run
1110

1211
Since the script is just a function body, these values will already be defined, so you don't have to import them.
@@ -22,3 +21,17 @@ The return value of the script will be in the step's outputs under the "result"
2221
- name: Get result
2322
run: echo "${{steps.script.outputs.result}}"
2423
```
24+
25+
## Acknowledgements
26+
27+
### Inspired by GitHub Script
28+
29+
This ElixirScript action is based on the amazing [GitHub Script action][github-script],
30+
which is primarily built around Javascript.
31+
Elixir Script adapts its interfaces and functionality to the Elixir environment,
32+
aiming to provide a seamless experience for Elixir developers.
33+
Many thanks to the creators and contributors of GitHub Script for their innovative approach.
34+
35+
[github-script]: https://github.com/marketplace/actions/github-script
36+
37+
[tentacat]: https://github.com/edgurgel/tentacat

0 commit comments

Comments
 (0)