core-test/module/checkout/README.md

11 lines
217 B
Markdown
Raw Normal View History

2026-02-12 21:18:29 +01:00
# 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 }}
```