File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ To use this action, provide an input named `script` that contains the body of an
6
6
7
7
The following arguments are available in the script's context:
8
8
9
- * ` github ` A pre-authenticated [ tentacat] ( https://github.com/edgurgel/tentacat ) GitHub client
10
9
* ` context ` A map containing the context of the workflow run
11
10
12
11
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"
22
21
- name : Get result
23
22
run : echo "${{steps.script.outputs.result}}"
24
23
` ` `
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
You can’t perform that action at this time.
0 commit comments