@@ -22,21 +22,21 @@ jobs:
22
22
id : " date"
23
23
run : echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
24
24
- name : " Cache the php documentation"
25
- id : cache-php-doc
25
+ id : cache-php-docs
26
26
uses : " actions/cache@v4"
27
27
with :
28
28
path : " generator/docs"
29
- key : php-doc -${{ steps.date.outputs.date }}
29
+ key : php-docs -${{ steps.date.outputs.date }}
30
30
- name : " Check out salathe/phpdoc-base"
31
31
uses : " actions/checkout@v4"
32
- if : steps.cache-php-doc .outputs.cache-hit != 'true'
32
+ if : steps.cache-php-docs .outputs.cache-hit != 'true'
33
33
with :
34
34
path : " generator/docs/salathe/phpdoc-base"
35
35
repository : " salathe/phpdoc-base"
36
36
fetch-depth : 0
37
37
- name : " Check out php/doc-en"
38
38
uses : " actions/checkout@v4"
39
- if : steps.cache-php-doc .outputs.cache-hit != 'true'
39
+ if : steps.cache-php-docs .outputs.cache-hit != 'true'
40
40
with :
41
41
path : " generator/docs/php/doc-en"
42
42
repository : " php/doc-en"
@@ -61,11 +61,11 @@ jobs:
61
61
coverage : " pcov"
62
62
php-version : " ${{ matrix.php-version }}"
63
63
- name : " Fetch cached docs"
64
- id : cache-php-doc
64
+ id : cache-docs
65
65
uses : " actions/cache@v4"
66
66
with :
67
67
path : " generator/docs"
68
- key : php-doc -${{ needs.fetch_defs.outputs.date }}
68
+ key : php-docs -${{ needs.fetch_defs.outputs.date }}
69
69
fail-on-cache-miss : true
70
70
- name : " Cache dependencies installed with composer"
71
71
uses : " actions/cache@v4"
@@ -140,11 +140,11 @@ jobs:
140
140
coverage : " pcov"
141
141
php-version : " 8.4"
142
142
- name : " Fetch cached docs"
143
- id : cache-php-doc
143
+ id : cache-php-docs
144
144
uses : " actions/cache@v4"
145
145
with :
146
146
path : " generator/docs/php/doc-en"
147
- key : php-doc -${{ needs.fetch_defs.outputs.date }}
147
+ key : php-docs -${{ needs.fetch_defs.outputs.date }}
148
148
fail-on-cache-miss : true
149
149
- name : " Cache dependencies installed with composer"
150
150
uses : " actions/cache@v4"
0 commit comments