10 lines
169 B
YAML
10 lines
169 B
YAML
name: Checkout
|
|
description: 'Checkout a Git repository'
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- run: printenv
|
|
shell: bash
|
|
- run: checkout.sh
|
|
shell: bash
|