1
mirror of https://github.com/actions/checkout.git synced 2026-06-13 10:47:13 +00:00
This commit is contained in:
eric sciple
2021-07-12 11:09:36 -05:00
Unverified
parent 4edfe9f331
commit d668097b24
+1
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);
}