From 360db17b2c09bf8773f70cf8c7aecca110f301b6 Mon Sep 17 00:00:00 2001 From: Manyanda Chitimbo Date: Tue, 26 Jan 2021 12:46:18 +0100 Subject: [PATCH] refactor: fix typo in tests.yml --- .github/workflows/tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4388c31d..f26caa86 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: go mod pakcage cache + - name: go mod package cache uses: actions/cache@v2 with: path: ~/go/pkg/mod @@ -51,7 +51,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: go mod pakcage cache + - name: go mod package cache uses: actions/cache@v2 with: path: ~/go/pkg/mod @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@v2 - - name: go mod pakcage cache + - name: go mod package cache uses: actions/cache@v2 with: path: ~/go/pkg/mod @@ -138,7 +138,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: go mod pakcage cache + - name: go mod package cache uses: actions/cache@v2 with: path: ~/go/pkg/mod @@ -181,7 +181,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: go mod pakcage cache + - name: go mod package cache uses: actions/cache@v2 with: path: ~/go/pkg/mod