wip
This commit is contained in:
commit
3076a957bc
33 changed files with 1653 additions and 0 deletions
11
module/checkout/README.md
Normal file
11
module/checkout/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# checkout
|
||||
|
||||
## Usage
|
||||
|
||||
```yml
|
||||
uses: actions/core/module/checkout@1.0.0
|
||||
with:
|
||||
repository: ${{ github.server_url }}/${{ github.repository }}.git
|
||||
path: ${{github.workspace}}
|
||||
ref: ${{ github.ref || github.sha }}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue