Skip to content

Commit 6b38400

Browse files
committed
Add usage example to readme
1 parent 460de89 commit 6b38400

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,17 @@ implementations.
2222

2323
## Usage
2424

25-
TBD
25+
When your workflow is finished, or ends in a failure; return the license.
2626

27+
Add this job to your workflow:
28+
29+
```yaml
30+
# Return License
31+
- name: Return license
32+
uses: webbertakken/unity-return-license@v0.1
33+
env:
34+
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
35+
```
2736
2837
## More actions
2938

0 commit comments

Comments
 (0)