Merge 0e208935da1975d9f58aa1581c473fb648ed24af into 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0

This commit is contained in:
Guido Martínez 2026-06-18 03:12:58 -07:00 committed by GitHub
commit 5e14cb431a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,6 +180,18 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
```
<!-- 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
- [Checkout V5](#checkout-v5)