mirror of
https://github.com/actions/checkout.git
synced 2026-03-10 09:01:44 +08:00
Compare commits
3 Commits
c638969df5
...
cee7c30019
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cee7c30019 | ||
|
|
8edcb1bdb4 | ||
|
|
0e208935da |
@ -1 +1 @@
|
||||
* @actions/actions-launch
|
||||
* @actions/actions-runtime
|
||||
|
||||
12
README.md
12
README.md
@ -147,6 +147,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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user