mirror of
https://github.com/actions/checkout.git
synced 2025-03-31 05:20:06 +02:00
Create ubuntu-with-git/action.yml
This commit is contained in:
parent
a48123a2d5
commit
34a3ecdf02
1 changed files with 5 additions and 0 deletions
5
.github/ubuntu-with-git/action.yml
vendored
Normal file
5
.github/ubuntu-with-git/action.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Ubuntu with Git
|
||||||
|
description: Creates a Docker Container Image with git pre-installed.
|
||||||
|
runs:
|
||||||
|
using: 'docker'
|
||||||
|
image: 'Dockerfile'
|
Loading…
Add table
Reference in a new issue