From 26227bfa7d973c70c9813eff8c90d40d7ef0ebb1 Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Wed, 22 Mar 2023 16:52:04 -0700 Subject: [PATCH] chore: adjust cleanup build target --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 719dbff..8b99025 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ description: Configures AWS credentials for use in subsequent steps in a GitHub runs: using: node16 main: dist/index.js - post: dist/cleanup/cleanup/index.js + post: dist/cleanup/index.js branding: color: orange icon: cloud