From f863c717a4536e51386307b4d046446e9e9de2fa Mon Sep 17 00:00:00 2001 From: Webber Takken Date: Sat, 1 Feb 2020 21:14:04 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a9b107..7af41ac 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ your license file and add it as a secret. Then, define the test step as follows: ```yaml -- uses: webbertakken/unity-test-runner@v1.2 +- uses: webbertakken/unity-test-runner@v1.3 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} with: @@ -64,7 +64,7 @@ Instead, three variables will need to be set. Define the test step as follows: ```yaml -- uses: webbertakken/unity-test-runner@v1.2 +- uses: webbertakken/unity-test-runner@v1.3 env: UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} @@ -107,7 +107,7 @@ you can reference this path using the `id` of the test step. Example: ```yaml -- uses: webbertakken/unity-test-runner@v1.2 +- uses: webbertakken/unity-test-runner@v1.3 id: myTestStep (...) ``` @@ -179,7 +179,7 @@ jobs: key: Library-${{ matrix.projectPath }} restore-keys: | Library- - - uses: webbertakken/unity-test-runner@v1.2 + - uses: webbertakken/unity-test-runner@v1.3 id: tests with: projectPath: ${{ matrix.projectPath }}