mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-05 19:45:50 +00:00
Update main.ts
This commit is contained in:
parent
25a956c84d
commit
4edfe9f331
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue