mirror of
https://github.com/actions/checkout.git
synced 2025-06-08 17:49:03 +00:00
.
This commit is contained in:
parent
1ed8dabefc
commit
07d867a55b
2 changed files with 2 additions and 2 deletions
|
@ -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]}`)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue