1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-31 05:20:06 +02:00
This commit is contained in:
Mikhael mickey Tovel 2023-01-02 13:05:58 +05:30 committed by GitHub
commit 9a0a926195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

1
dist/index.js vendored
View file

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