From 56606b5a0ceb4e7be83f856e5faeaf5967f3382f Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 16 Dec 2020 01:21:38 +0000 Subject: rename back to action.yml --- .github/workflows/action-v1.yml | 5 ----- .github/workflows/action.yml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 .github/workflows/action-v1.yml create mode 100644 .github/workflows/action.yml diff --git a/.github/workflows/action-v1.yml b/.github/workflows/action-v1.yml deleted file mode 100644 index 1a63d5c..0000000 --- a/.github/workflows/action-v1.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: 'TCPD Docker' -description: 'Runs the TCPD build script in a Docker container' -runs: - using: 'docker' - image: '../../Dockerfile' diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml new file mode 100644 index 0000000..1a63d5c --- /dev/null +++ b/.github/workflows/action.yml @@ -0,0 +1,5 @@ +name: 'TCPD Docker' +description: 'Runs the TCPD build script in a Docker container' +runs: + using: 'docker' + image: '../../Dockerfile' -- cgit v1.2.3