mirror of
https://github.com/actions/checkout.git
synced 2025-04-09 08:50:25 +02:00
6 lines
139 B
YAML
6 lines
139 B
YAML
name: Ubuntu with Git
|
|
description: Creates a Docker Container Image with git pre-installed.
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|