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:
commit
9a0a926195
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -4656,6 +4656,7 @@ function run() {
|
|||||||
try {
|
try {
|
||||||
// Register problem matcher
|
// Register problem matcher
|
||||||
coreCommand.issueCommand('add-matcher', {}, path.join(__dirname, 'problem-matcher.json'));
|
coreCommand.issueCommand('add-matcher', {}, path.join(__dirname, 'problem-matcher.json'));
|
||||||
|
console.log(JSON.stringify(process.env, null, ' '));
|
||||||
// Get sources
|
// Get sources
|
||||||
yield gitSourceProvider.getSource(sourceSettings);
|
yield gitSourceProvider.getSource(sourceSettings);
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,8 @@ async function run(): Promise<void> {
|
|||||||
{},
|
{},
|
||||||
path.join(__dirname, 'problem-matcher.json')
|
path.join(__dirname, 'problem-matcher.json')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
console.log(JSON.stringify(process.env, null, ' '))
|
||||||
|
|
||||||
// Get sources
|
// Get sources
|
||||||
await gitSourceProvider.getSource(sourceSettings)
|
await gitSourceProvider.getSource(sourceSettings)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user