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