Skip to content

Commit e42f92d

Browse files
committed
chore: github action
1 parent 58cf498 commit e42f92d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
- uses: ramsey/composer-install@v3
4646

4747
- name: Rector Cache
48-
if: matrix.actions == 'Rector'
48+
if: matrix.actions.name == 'Rector'
4949
uses: actions/cache@v4
5050
with:
5151
path: /tmp/rector
5252
key: ${{ runner.os }}-rector-${{ github.run_id }}
5353
restore-keys: ${{ runner.os }}-rector-
5454

5555
- name: Make Folder Cache Rector
56-
if: matrix.actions == 'Rector'
56+
if: matrix.actions.name == 'Rector'
5757
run: mkdir -p /tmp/rector
5858

5959
- run: ${{ matrix.actions.run }}

0 commit comments

Comments
 (0)