Simplify explanation about id's

pull/11/head
Webber 2020-01-31 00:48:58 +01:00 committed by Webber Takken
parent c937b9ed6c
commit d5a5335100
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: