Yuki Takei пре 4 година
родитељ
комит
2610c8b43d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -292,7 +292,7 @@ jobs:
         echo "::set-output name=dateYmdHM::$(/bin/date -u "+%Y%m%d%H%M")"
         echo "::set-output name=dateYm::$(/bin/date -u "+%Y%m")"
 
-    - name: Cache/Restore node_modules for build
+    - name: Cache/Restore node_modules (not reused)
       id: cache-dependencies
       uses: actions/cache@v2
       with: