mirror of
https://github.com/actions/checkout.git
synced 2025-07-15 21:23:31 +00:00
Compare commits
3 Commits
v2.3.4
...
ericsciple
Author | SHA1 | Date | |
---|---|---|---|
|
d668097b24 | ||
|
4edfe9f331 | ||
|
25a956c84d |
1
CODEOWNERS
Normal file
1
CODEOWNERS
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* @actions/actions-runtime
|
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -3286,6 +3286,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);
|
||||||
}
|
}
|
||||||
|
@@ -17,6 +17,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)
|
||||||
} finally {
|
} finally {
|
||||||
|
Reference in New Issue
Block a user