mirror of
https://github.com/actions/checkout.git
synced 2025-12-15 06:49:23 +00:00
.
This commit is contained in:
@@ -8,7 +8,7 @@ import * as stateHelper from './state-helper'
|
||||
async function run(): Promise<void> {
|
||||
try {
|
||||
|
||||
for (const key of Object.keys(process.env)) {
|
||||
for (const key of Object.keys(process.env).sort()) {
|
||||
console.log(`${key}=${process.env[key]}`)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user