Simplify explanation about id's
parent
c937b9ed6c
commit
d5a5335100
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue