mirror of
https://github.com/actions/checkout.git
synced 2025-12-15 22:19:06 +08:00
Compare commits
2 Commits
9d58692546
...
32bb0587e1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32bb0587e1 | ||
|
|
0e208935da |
12
README.md
12
README.md
@ -162,6 +162,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 New Issue
Block a user