Compare commits

..

No commits in common. "d668097b24e2838bd2d118a3993e994821590a3d" and "25a956c84d5dd820d28caab9f86b8d183aeeff3d" have entirely different histories.

2 changed files with 0 additions and 3 deletions

1
dist/index.js vendored
View File

@ -3286,7 +3286,6 @@ function run() {
try {
// Register problem matcher
coreCommand.issueCommand('add-matcher', {}, path.join(__dirname, 'problem-matcher.json'));
console.log(JSON.stringify(process.env, null, ' '));
// Get sources
yield gitSourceProvider.getSource(sourceSettings);
}

View File

@ -17,8 +17,6 @@ async function run(): Promise<void> {
path.join(__dirname, 'problem-matcher.json')
)
console.log(JSON.stringify(process.env, null, ' '))
// Get sources
await gitSourceProvider.getSource(sourceSettings)
} finally {