From 6af92d23ad727e0114219287f98437505eb62c17 Mon Sep 17 00:00:00 2001
From: John Wesley Walker III <81404201+jww3@users.noreply.github.com>
Date: Sat, 17 Feb 2024 02:26:00 +0100
Subject: [PATCH] Delete .github/ubuntu-with-git directory

---
 .github/ubuntu-with-git/Dockerfile | 3 ---
 .github/ubuntu-with-git/action.yml | 5 -----
 2 files changed, 8 deletions(-)
 delete mode 100644 .github/ubuntu-with-git/Dockerfile
 delete mode 100644 .github/ubuntu-with-git/action.yml

diff --git a/.github/ubuntu-with-git/Dockerfile b/.github/ubuntu-with-git/Dockerfile
deleted file mode 100644
index ff801b6..0000000
--- a/.github/ubuntu-with-git/Dockerfile
+++ /dev/null
@@ -1,3 +0,0 @@
-FROM ubuntu:latest
-RUN apt update
-RUN apt install -y git
diff --git a/.github/ubuntu-with-git/action.yml b/.github/ubuntu-with-git/action.yml
deleted file mode 100644
index e2bcdb3..0000000
--- a/.github/ubuntu-with-git/action.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-name: Ubuntu with Git
-description:  Creates a Docker Container Image with git pre-installed.
-runs:
-  using: 'docker'
-  image: 'Dockerfile'