File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/cache/__tests__/__fixtures__ Expand file tree Collapse file tree 1 file changed +4
-4
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
7
encoding : 'utf8'
8
8
} )
9
- fs . appendFileSync ( filePath , `GITHUB_RUN_ID =${ process . env . GITHUB_RUN_ID } ${ os . EOL } ` , {
9
+ fs . appendFileSync ( filePath , `ACTIONS_RESULTS_URL =${ process . env . ACTIONS_RESULTS_URL } ${ os . EOL } ` , {
10
10
encoding : 'utf8'
11
11
} )
12
- fs . appendFileSync ( filePath , `ACTIONS_CACHE_SERVICE_V2=true ${ os . EOL } ` , {
12
+ fs . appendFileSync ( filePath , `ACTIONS_RUNTIME_TOKEN= ${ process . env . ACTIONS_RUNTIME_TOKEN } ${ os . EOL } ` , {
13
13
encoding : 'utf8'
14
14
} )
15
- fs . appendFileSync ( filePath , `ACTIONS_RESULTS_URL =${ process . env . ACTIONS_RESULTS_URL } ${ os . EOL } ` , {
15
+ fs . appendFileSync ( filePath , `GITHUB_RUN_ID =${ process . env . GITHUB_RUN_ID } ${ os . EOL } ` , {
16
16
encoding : 'utf8'
17
17
} )
You can’t perform that action at this time.
0 commit comments