mirror of
https://github.com/actions/checkout.git
synced 2026-06-26 18:03:53 +08:00
Add path output
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -2135,6 +2135,7 @@ function run() {
|
||||
// Get sources
|
||||
yield gitSourceProvider.getSource(sourceSettings);
|
||||
core.setOutput('ref', sourceSettings.ref);
|
||||
core.setOutput('path', sourceSettings.repositoryPath);
|
||||
}
|
||||
finally {
|
||||
// Unregister problem matcher
|
||||
|
||||
Reference in New Issue
Block a user