Skip to content
This repository was archived by the owner on Aug 28, 2022. It is now read-only.

Commit fbbe4c6

Browse files
committed
fix the spacing
1 parent 3287db6 commit fbbe4c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
php-version: ${{ matrix.php-versions }}
3030

3131
- name: Cache dependencies
32-
uses: actions/cache@v1
33-
with:
34-
path: ~/.composer/cache/files
35-
key: php-${{ matrix.php-versions }}-composer-${{ hashFiles('composer.json') }}
32+
uses: actions/cache@v1
33+
with:
34+
path: ~/.composer/cache/files
35+
key: php-${{ matrix.php-versions }}-composer-${{ hashFiles('composer.json') }}
3636

3737
- name: Composer install
3838
run: composer install --prefer-dist --no-progress --no-suggest

0 commit comments

Comments
 (0)