diff --git a/README.md b/README.md index a8f94c5..6748c77 100644 --- a/README.md +++ b/README.md @@ -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: