Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 4, 2023
1 parent c276e0e commit 71be681
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Set the `output.value` of a step. This is a useful way to keep calculated values

Example:

```yaml
````yaml
name: '📗 Example Set Output'

on:
Expand Down Expand Up @@ -80,9 +80,12 @@ jobs:
with:
text: |
# Summary
Node: `${{ matrix.version }}
Output: ${{ steps.my_step.outputs.value }}
Node: `${{ matrix.version }}`
Output:
```
${{ steps.my_step.outputs.value }}
```
Is Main: ${{ steps.is_main.outputs.value }}
```
````

<!--- @@inject-end: .github/actions/output/README.md --->

0 comments on commit 71be681

Please sign in to comment.