This commit is contained in:
Claas Augner 2026-01-12 04:10:15 +05:30 committed by GitHub
commit 665c1cca7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 0 deletions

View file

@ -20,6 +20,7 @@ async function run(): Promise<void> {
// Get sources
await gitSourceProvider.getSource(sourceSettings)
core.setOutput('ref', sourceSettings.ref)
core.setOutput('path', sourceSettings.repositoryPath)
} finally {
// Unregister problem matcher
coreCommand.issueCommand('remove-matcher', {owner: 'checkout-git'}, '')