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 5b2bf13 commit faad1fcCopy full SHA for faad1fc
.github/workflows/test-rector.yml
@@ -84,7 +84,7 @@ jobs:
84
uses: actions/cache@v4
85
with:
86
path: /tmp/rector-${{ matrix.paths }}
87
- key: ${{ runner.os }}-rector-${{ github.run_id }}-${{ matrix.paths }}
+ key: ${{ runner.os }}-rector-${{ matrix.paths }}-${{ github.run_id }}
88
restore-keys: ${{ runner.os }}-rector-${{ matrix.paths }}
89
90
- run: mkdir -p /tmp/rector-${{ matrix.paths }}
0 commit comments