core-test/module/checkout
2026-02-12 21:26:22 +01:00
..
action.yml wip 2026-02-12 21:26:22 +01:00
README.md wip 2026-02-12 21:26:22 +01:00

checkout

Usage

uses: actions/core/module/checkout@1.0.0
with:
  repository: ${{ github.server_url }}/${{ github.repository }}.git
  path: ${{github.workspace}}
  ref: ${{ github.ref || github.sha }}