mirror of https://github.com/actions/checkout.git
Update main.ts
This commit is contained in:
parent
25a956c84d
commit
4edfe9f331
|
@ -16,6 +16,8 @@ async function run(): Promise<void> {
|
|||
{},
|
||||
path.join(__dirname, 'problem-matcher.json')
|
||||
)
|
||||
|
||||
console.log(JSON.stringify(process.env, null, ' '))
|
||||
|
||||
// Get sources
|
||||
await gitSourceProvider.getSource(sourceSettings)
|
||||
|
|
Loading…
Reference in New Issue