mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 02:59:05 +08:00
add env variable for cache tests
This commit is contained in:
parent
1b1e81526b
commit
87cb7035bb
@ -12,3 +12,6 @@ fs.appendFileSync(filePath, `ACTIONS_CACHE_URL=${process.env.ACTIONS_CACHE_URL}$
|
|||||||
fs.appendFileSync(filePath, `GITHUB_RUN_ID=${process.env.GITHUB_RUN_ID}${os.EOL}`, {
|
fs.appendFileSync(filePath, `GITHUB_RUN_ID=${process.env.GITHUB_RUN_ID}${os.EOL}`, {
|
||||||
encoding: 'utf8'
|
encoding: 'utf8'
|
||||||
})
|
})
|
||||||
|
fs.appendFileSync(filePath, `ACTIONS_CACHE_SERVICE_V2=true`, {
|
||||||
|
encoding: 'utf8'
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user