pull/2024/merge
Guido Martínez 2025-11-24 13:56:33 +01:00 committed by GitHub
commit 32bb0587e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -162,6 +162,18 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
``` ```
<!-- end usage --> <!-- end usage -->
# Outputs
The action sets some outputs after a successful run
```yaml
outputs:
ref:
description: 'The branch, tag or SHA that was checked out'
commit:
description: 'The commit SHA that was checked out'
```
# Scenarios # Scenarios
- [Checkout V5](#checkout-v5) - [Checkout V5](#checkout-v5)