From 34a3ecdf022407eab02dcaca997e5fa056af049b Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Sat, 17 Feb 2024 01:29:17 +0100 Subject: [PATCH] Create ubuntu-with-git/action.yml --- .github/ubuntu-with-git/action.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ubuntu-with-git/action.yml diff --git a/.github/ubuntu-with-git/action.yml b/.github/ubuntu-with-git/action.yml new file mode 100644 index 0000000..e2bcdb3 --- /dev/null +++ b/.github/ubuntu-with-git/action.yml @@ -0,0 +1,5 @@ +name: Ubuntu with Git +description: Creates a Docker Container Image with git pre-installed. +runs: + using: 'docker' + image: 'Dockerfile'