0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-07-02 16:42:40 +02:00

Create ubuntu-with-git/action.yml

This commit is contained in:
John Wesley Walker III 2024-02-17 01:29:17 +01:00 committed by GitHub
parent a48123a2d5
commit 34a3ecdf02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
.github/ubuntu-with-git/action.yml vendored Normal file
View file

@ -0,0 +1,5 @@
name: Ubuntu with Git
description: Creates a Docker Container Image with git pre-installed.
runs:
using: 'docker'
image: 'Dockerfile'