فهرست منبع

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: