From 9f610e1d528357fc214f5fa76a49be43f2e7dc17 Mon Sep 17 00:00:00 2001 From: Christian Schulze Date: Mon, 6 Mar 2023 09:55:51 +0100 Subject: [PATCH] Revert "feat: trying out the go runner" This reverts commit 382b3068e2a932aa4366d0a4cd0b91a90e46c782. --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4dfc1ed..332e4d7 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,8 @@ name: Gitea Release Drafter author: Christian Schulze description: "automates release notes as a draft release whenever a pull request finds it's way into the default branch of your repository" runs: - using: go + using: docker + image: Dockerfile inputs: config-path: description: "Path of the configuration file for the drafter action"