Skip to content

Commit 9a08f58

Browse files
committed
add v1 explainer
1 parent 92efb2f commit 9a08f58

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ A simple composite actions to set the job output while maintaining the text form
66

77
# Usage
88

9+
**NOTE:** `howijd/actions-set-text-output@v1` is branch which always has latest `v1.x.x` version
10+
11+
```yml
12+
- uses: howijd/actions-set-text-output@v1
13+
id: content
14+
with:
15+
text: |
16+
# Set text output
17+
18+
A simple composite actions to set the job output while maintaining the text format e.g. markdown format.
19+
```
20+
21+
# Example
22+
923
```yml
1024
usage:
1125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)