Skip to content

Commit ad687b5

Browse files
committed
Change smoke-test.yml to examples.yml
1 parent e287ca2 commit ad687b5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/smoke-test.yml renamed to .github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Smoke Test
1+
name: Examples
22

33
on:
44
release:
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
smoke-test:
10+
io-visible-in-logs-and-return-value-available-via-outputs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: gaggle/elixir_script@v0

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The return value of the script will be in the step's `outputs.result`:
2222
run: echo "${{steps.script.outputs.result}}"
2323
```
2424
25+
See [.github/workflows/examples.yml](.github/workflows/examples.yml) for more detailed examples of how this can be used.
26+
2527
## Acknowledgements
2628
2729
### Inspired by GitHub Script

0 commit comments

Comments
 (0)