Compare commits

...

2 commits

Author SHA1 Message Date
Guido Martínez
5a95956fa8
Merge 0e208935da into 009b9ae9e4 2025-01-16 11:42:09 -08:00
Guido Martínez
0e208935da
README.md: document the outputs 2024-12-30 12:27:53 -08:00

View file

@ -129,6 +129,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
- [Fetch only the root files](#Fetch-only-the-root-files)