From 4c6ba0a81722ef7415d1eeaaff26a51703bded73 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 22 Jul 2021 14:19:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fixes=20incorrect=20name=20in=20?= =?UTF-8?q?GH=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cache-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cache-artifacts.yml b/.github/workflows/cache-artifacts.yml index c418519b..498ce16e 100644 --- a/.github/workflows/cache-artifacts.yml +++ b/.github/workflows/cache-artifacts.yml @@ -1,5 +1,5 @@ # Caches artifacts, including NPM dependencies, to speed up build times -name: Caching Primes +name: Caching Atrifacts on: push jobs: build: