From b128d85e74ffe549c2319fc9b5fe73352cad8df2 Mon Sep 17 00:00:00 2001 From: Andrew Curtis <80860310+meisZWFLZ@users.noreply.github.com> Date: Sat, 3 Feb 2024 00:38:29 +0000 Subject: [PATCH] fix: :alembic: empty outputs is the problem? --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index ad3087a..2ef1b8c 100644 --- a/action.yml +++ b/action.yml @@ -55,9 +55,6 @@ inputs: description: 'The commit message that will be used when updating the depot' required: false -# Define your outputs here. -outputs: - runs: using: node20 main: dist/index.js