Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 4, 2023
1 parent 979692c commit 03ebc7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
26 changes: 0 additions & 26 deletions .github/actions/output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,3 @@ Set the `output.value` of a step. This is a useful way to keep calculated values
Example:

<!--- @@inject: ../../workflows/example-output.yaml --->

```yaml
name: Example Summary

on:
workflow_dispatch:

permissions:
contents: read

jobs:
run-example:
runs-on: ubuntu-latest
strategy:
matrix:
version: [10, 12, 14]
steps:
- name: Summary
uses: streetsidesoftware/actions/.github/actions/summary@db72c52e539c5e2c1423c949aad1d7d26f35931f
with:
text: |
# Summary
Finished with Node: `${{ matrix.version }}`
```

<!--- @@inject-end: ../../workflows/example-summary.yaml --->
2 changes: 1 addition & 1 deletion .github/workflows/example-output.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ' πŸ“— Example Set Output'
name: 'πŸ“— Example Set Output'

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-summary.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ' πŸ“— Example Summary'
name: 'πŸ“— Example Summary'

on:
workflow_dispatch:
Expand Down

0 comments on commit 03ebc7e

Please sign in to comment.