mirror of
https://githubfast.com/actions/checkout.git
synced 2024-10-30 16:50:46 +00:00
Delete .github/ubuntu-with-git directory
This commit is contained in:
parent
34a3ecdf02
commit
6af92d23ad
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…
Reference in New Issue
Block a user