From 5239adfb97d9a51a3770a9fb571e418a70552261 Mon Sep 17 00:00:00 2001 From: Stephan Linkel Date: Sun, 6 Jul 2025 19:58:35 +0200 Subject: [PATCH] first try --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 08029e0..e51b07e 100644 --- a/action.yaml +++ b/action.yaml @@ -2,7 +2,7 @@ name: 'Setup AGE & SOPS' description: 'Installs SOPS and AGE binaries' runs: using: 'node20' - main: 'dist/index.js' + main: 'dist/index.mjs' inputs: sopsVersion: description: The version of SOPS to install