From 109febe2ee02b04ac0924795ebace20cb695a6aa Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Thu, 9 Feb 2023 23:08:09 +0000 Subject: [PATCH] Update action.yml to run with prebuilt docker image for new version 0.3.5 --- action.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/action.yml b/action.yml index e91d8d4..399a82b 100644 --- a/action.yml +++ b/action.yml @@ -1,12 +1,12 @@ -name: 'Changelog Bot' -description: 'Updates a changelog if certain labels are set' -runs: - using: 'docker' - image: 'Dockerfile' +description: Updates a changelog if certain labels are set inputs: - git_user_name: - description: 'Name to associate with commits' - required: true git_user_email: - description: 'Email to associate with commits' + description: Email to associate with commits required: true + git_user_name: + description: Name to associate with commits + required: true +name: Changelog Bot +runs: + image: docker://ponylang/changelog-bot-action:0.3.5 + using: docker