File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
packages/cache/__tests__/__fixtures__ Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
const fs = require ( 'fs' ) ;
4
4
const os = require ( 'os' ) ;
5
5
const filePath = process . env [ `GITHUB_ENV` ]
6
- fs . appendFileSync ( filePath , `ACTIONS_RUNTIME_TOKEN=${ process . env . ACTIONS_RUNTIME_TOKEN } ${ os . EOL } ` , {
6
+ fs . appendFileSync ( filePath , `ACTIONS_CACHE_SERVICE_V2=true${ os . EOL } ` , {
7
+ encoding : 'utf8'
8
+ } )
9
+ fs . appendFileSync ( filePath , `ACTIONS_RESULTS_URL=${ process . env . ACTIONS_RESULTS_URL } ${ os . EOL } ` , {
7
10
encoding : 'utf8'
8
11
} )
9
- fs . appendFileSync ( filePath , `ACTIONS_CACHE_URL =${ process . env . ACTIONS_CACHE_URL } ${ os . EOL } ` , {
12
+ fs . appendFileSync ( filePath , `ACTIONS_RUNTIME_TOKEN =${ process . env . ACTIONS_RUNTIME_TOKEN } ${ os . EOL } ` , {
10
13
encoding : 'utf8'
11
14
} )
12
15
fs . appendFileSync ( filePath , `GITHUB_RUN_ID=${ process . env . GITHUB_RUN_ID } ${ os . EOL } ` , {
You can’t perform that action at this time.
0 commit comments