We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e287ca2 commit ad687b5Copy full SHA for ad687b5
.github/workflows/smoke-test.yml renamed to .github/workflows/examples.yml
@@ -1,4 +1,4 @@
1
-name: Smoke Test
+name: Examples
2
3
on:
4
release:
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- smoke-test:
+ io-visible-in-logs-and-return-value-available-via-outputs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: gaggle/elixir_script@v0
README.md
@@ -22,6 +22,8 @@ The return value of the script will be in the step's `outputs.result`:
22
run: echo "${{steps.script.outputs.result}}"
23
```
24
25
+See [.github/workflows/examples.yml](.github/workflows/examples.yml) for more detailed examples of how this can be used.
26
+
27
## Acknowledgements
28
29
### Inspired by GitHub Script
0 commit comments