From 382b3068e2a932aa4366d0a4cd0b91a90e46c782 Mon Sep 17 00:00:00 2001 From: Christian Schulze Date: Mon, 6 Mar 2023 09:50:41 +0100 Subject: [PATCH] feat: trying out the go runner --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 332e4d7..4dfc1ed 100644 --- a/action.yml +++ b/action.yml @@ -2,8 +2,7 @@ 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: docker - image: Dockerfile + using: go inputs: config-path: description: "Path of the configuration file for the drafter action"