Files
checkout/action.yml
2025-07-27 16:51:15 +02:00

10 lines
166 B
YAML

name: Checkout
description: 'Checkout a Git repository'
runs:
using: composite
steps:
- run: printenv
shell: bash
- run: git init
shell: bash