Compare commits

...

3 Commits

Author SHA1 Message Date
d668097b24 . 2021-07-12 11:09:36 -05:00
4edfe9f331 Update main.ts 2021-07-12 11:06:24 -05:00
25a956c84d Create CODEOWNERS 2021-02-04 12:25:41 -05:00
3 changed files with 4 additions and 0 deletions

1
CODEOWNERS Normal file
View File

@ -0,0 +1 @@
* @actions/actions-runtime

1
dist/index.js vendored
View File

@ -3286,6 +3286,7 @@ 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

@ -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)