mirror of
https://github.com/actions/toolkit.git
synced 2025-06-08 06:27:02 +09:00
maybe this works instead
This commit is contained in:
parent
5ae4c5be28
commit
d156bcaa78
1 changed files with 3 additions and 0 deletions
|
@ -11,4 +11,7 @@ fs.appendFileSync(filePath, `GITHUB_RUN_ID=${process.env.GITHUB_RUN_ID}${os.EOL}
|
|||
})
|
||||
fs.appendFileSync(filePath, `ACTIONS_CACHE_SERVICE_V2=true${os.EOL}`, {
|
||||
encoding: 'utf8'
|
||||
})
|
||||
fs.appendFileSync(filePath, `ACTIONS_RESULTS_URL=${process.env.ACTIONS_RESULTS_URL}${os.EOL}`, {
|
||||
encoding: 'utf8'
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue