Преглед изворни кода

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