From 19db2e9c9da186f64b38b95d8e7e57229f3362da Mon Sep 17 00:00:00 2001 From: Luca Bello <36242061+lucabello@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:19:23 +0200 Subject: [PATCH] fix: promote-charm action entrypoint (#145) --- promote-charm/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promote-charm/action.yaml b/promote-charm/action.yaml index a868e9b0..b4b93253 100644 --- a/promote-charm/action.yaml +++ b/promote-charm/action.yaml @@ -28,7 +28,7 @@ inputs: https://juju.is/docs/sdk/remote-env-auth for more info runs: using: node20 - main: ../dist/release-charm/index.js + main: ../dist/promote-charm/index.js branding: icon: upload-cloud color: orange