5
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-11-07 13:36:55 +00:00
This commit is contained in:
Guido Martínez 2025-11-03 12:16:10 -08:00 committed by GitHub
commit cba4fc8685
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)