From 9f9384c8860bb4c8ca066abca3e9f55e4cbbb477 Mon Sep 17 00:00:00 2001 From: alexiscatnip Date: Mon, 18 Jul 2022 00:19:01 +0800 Subject: [PATCH] ci: rectify previous commit. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b465446..0b33cf9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: # Test - name: Run tests - uses: alexiscatnip/unity-test-runner + uses: alexiscatnip/unity-test-runner@main env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}