mirror of
https://github.com/actions/checkout.git
synced 2025-11-07 05:26:55 +00:00
Compare commits
2 commits
cba4fc8685
...
ba2e61132d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba2e61132d | ||
|
|
0e208935da |
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -155,6 +155,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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue