Skip to content

Commit 58cf498

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/code_analysis.yaml

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

4747
- name: Rector Cache
48-
if: ${{ matrix.actions.name }} === 'Rector'
48+
if: matrix.actions == '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

55-
- if: ${{ matrix.actions.name }} === 'Rector'
55+
- name: Make Folder Cache Rector
56+
if: matrix.actions == 'Rector'
5657
run: mkdir -p /tmp/rector
5758

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

0 commit comments

Comments
 (0)