Add meta files

This commit is contained in:
Webber
2020-01-29 20:43:11 +01:00
committed by Webber Takken
parent 6854c930fe
commit 29197ce88c
14 changed files with 6039 additions and 13 deletions

View File

@@ -12,10 +12,10 @@ Part of the [Unity Actions](https://github.com/webbertakken/unity-actions) colle
Use this action to activate Unity using credentials or a license file. Both
**personal** and **professional** licenses are supported.
When successfully activated, you will be able to run the
Note that the latest versions of
[Test](https://github.com/webbertakken/unity-actions#test) and
[Build](https://github.com/webbertakken/unity-actions#build)
actions.
contain standalone activation and no longer require this action.
### Documentation
@@ -25,7 +25,7 @@ collection repository for workflow documentation and reference implementation.
## Usage
Create or edit the file called `.github/workflows/activation.yml` and add a job to it.
Create or edit the file called `.github/workflows/main.yml` and add a job to it.
```yaml
name: Activate Unity
@@ -69,6 +69,8 @@ Continue to either the personal license or professional license section below.
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
```
Commit and push your workflow definition.
## More actions
Visit