mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 03:39:08 +08:00
Minor cleanup
This commit is contained in:
parent
cf8d6e3703
commit
64340c1c3d
@ -4,10 +4,7 @@ const fs = require('fs');
|
||||
const os = require('os');
|
||||
const filePath = process.env[`GITHUB_ENV`]
|
||||
|
||||
const resultsUrl = process.env['ACTIONS_RESULTS_URL']
|
||||
console.log(`resultsUrl: ${resultsUrl}`)
|
||||
|
||||
fs.appendFileSync(filePath, `ACTIONS_RESULTS_URL=${resultsUrl}${os.EOL}`, {
|
||||
fs.appendFileSync(filePath, `ACTIONS_RESULTS_URL=${process.env.ACTIONS_RESULTS_URL}${os.EOL}`, {
|
||||
encoding: 'utf8'
|
||||
})
|
||||
fs.appendFileSync(filePath, `ACTIONS_RUNTIME_TOKEN=${process.env.ACTIONS_RUNTIME_TOKEN}${os.EOL}`, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user