mirror of
https://github.com/actions/checkout.git
synced 2025-03-28 11:00:05 +01:00
Delete .github/ubuntu-with-git directory
This commit is contained in:
parent
34a3ecdf02
commit
6af92d23ad
2 changed files with 0 additions and 8 deletions
3
.github/ubuntu-with-git/Dockerfile
vendored
3
.github/ubuntu-with-git/Dockerfile
vendored
|
@ -1,3 +0,0 @@
|
|||
FROM ubuntu:latest
|
||||
RUN apt update
|
||||
RUN apt install -y git
|
5
.github/ubuntu-with-git/action.yml
vendored
5
.github/ubuntu-with-git/action.yml
vendored
|
@ -1,5 +0,0 @@
|
|||
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