Simplify explanation about id's

pull/10/head
Webber 2020-01-31 00:48:58 +01:00
parent 86d84aa40f
commit bed5a6251d
1 changed files with 6 additions and 2 deletions

View File

@ -44,7 +44,6 @@ Then, define the test step as follows:
```yaml
- uses: webbertakken/unity-test-runner@v1.2
id: myTestStep
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
@ -66,7 +65,6 @@ Define the test step as follows:
```yaml
- uses: webbertakken/unity-test-runner@v1.2
id: myTestStep
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
@ -108,6 +106,12 @@ you can reference this path using the `id` of the test step.
Example:
```yaml
- uses: webbertakken/unity-test-runner@v1.2
id: myTestStep
(...)
```
```yaml
- uses: actions/upload-artifact@v1
with: