mirror of
https://github.com/actions/checkout.git
synced 2026-01-22 00:28:54 +08:00
Merge dbdf390b9d into 0c366fd6a8
This commit is contained in:
commit
665c1cca7a
4 changed files with 10 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -2157,6 +2157,7 @@ function run() {
|
|||
// Get sources
|
||||
yield gitSourceProvider.getSource(sourceSettings);
|
||||
core.setOutput('ref', sourceSettings.ref);
|
||||
core.setOutput('path', sourceSettings.repositoryPath);
|
||||
}
|
||||
finally {
|
||||
// Unregister problem matcher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue