From 8fa225fd483c1357f6af18753f8971d81771c3eb Mon Sep 17 00:00:00 2001 From: Gregory Campbell Date: Thu, 25 Nov 2021 11:10:19 -0500 Subject: [PATCH] unit test actions uses typo fixed --- .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 79ac1b3..b4fdbbd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out code - - uses: actions/checkout@v2 + uses: actions/checkout@v2 - name: Set up node uses: actions/setup-node@v1