This commit is contained in:
Louis Seubert 2026-02-12 21:18:29 +01:00
commit 03ebf47b9f
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
33 changed files with 1657 additions and 0 deletions

11
module/checkout/README.md Normal file
View 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 }}
```