Skip to content

Commit

Permalink
Add usage example to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed Dec 3, 2019
1 parent 460de89 commit 6b38400
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,17 @@ implementations.

## Usage

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

Add this job to your workflow:

```yaml
# Return License
- name: Return license
uses: webbertakken/[email protected]
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
```
## More actions
Expand Down

0 comments on commit 6b38400

Please sign in to comment.