We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cf498 commit e42f92dCopy full SHA for e42f92d
.github/workflows/code_analysis.yaml
@@ -45,15 +45,15 @@ jobs:
45
- uses: ramsey/composer-install@v3
46
47
- name: Rector Cache
48
- if: matrix.actions == 'Rector'
+ if: matrix.actions.name == 'Rector'
49
uses: actions/cache@v4
50
with:
51
path: /tmp/rector
52
key: ${{ runner.os }}-rector-${{ github.run_id }}
53
restore-keys: ${{ runner.os }}-rector-
54
55
- name: Make Folder Cache Rector
56
57
run: mkdir -p /tmp/rector
58
59
- run: ${{ matrix.actions.run }}
0 commit comments