瀏覽代碼

fix step name

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: