Skip to content

Commit d4b6e6a

Browse files
committed
Github action: try to fix cache II.
1 parent a08ac85 commit d4b6e6a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ jobs:
4949
with:
5050
path: |
5151
${{ steps.composer-cache.outputs.dir }}
52-
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
52+
key: ${{ runner.os }}-composer-data-${{ hashFiles('composer.json') }}
5353
restore-keys: |
54-
${{ runner.os }}-composer-
54+
${{ runner.os }}-composer-data-
5555
5656
5757
- uses: actions/cache@v2
5858
with:
5959
path: |
6060
**/composer.lock
61-
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
61+
key: ${{ runner.os }}-composer-lock-${{ hashFiles('composer.json') }}
6262

6363

6464
- name: Install Composer

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "Debug mode enabler - safe and clean way to manage Debug Mode in your app",
44
"keywords": ["debug"],
55
"license": ["MIT"],
6+
"homepage": "https://github.com/redbitcz/php-debug-mode-enabler",
67
"authors": [
78
{
89
"name": "Redbit s.r.o.",

0 commit comments

Comments
 (0)