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