瀏覽代碼

meta: fix typo in `e2e.yml`

Antoine du Hamel 2 年之前
父節點
當前提交
5b1693d10a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/e2e.yml

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

@@ -46,7 +46,7 @@ jobs:
           restore-keys: |
             ${{ runner.os }}-yarn-
 
-      - name: create cache folder for Cypress
+      - name: Create cache folder for Cypress
         id: cypress-cache-dir-path
         run: echo "::set-output name=dir::$(mktemp -d)"
       - uses: actions/cache@v3