0
mirror of https://github.com/actions/checkout.git synced 2025-04-25 07:30:34 +00:00

Merge d668097b24e2838bd2d118a3993e994821590a3d into ac593985615ec2ede58e132d2e21d2b1cbd6127c

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

@ -17,6 +17,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)
} finally {