From 4cc30cf7c53fa63d4415eb4175257cc342751119 Mon Sep 17 00:00:00 2001 From: Yorick Demichelis Date: Mon, 29 Apr 2024 20:30:10 -0700 Subject: [PATCH] feat: update the action info --- action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index c604192c..0afd69fe 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Setup Terragrunt' -description: 'Sets up TTerragrunt CLI in your GitHub Actions workflow.' +name: '01011111 - Setup Terragrunt' +description: 'Sets up Terragrunt CLI in your GitHub Actions workflow.' author: '01011111' inputs: terragrunt_version: @@ -9,7 +9,6 @@ inputs: description: 'Whether or not to install a wrapper to wrap subsequent calls of the `terragrunt` binary and expose its STDOUT, STDERR, and exit code as outputs named `stdout`, `stderr`, and `exitcode` respectively. Defaults to `true`.' default: 'true' required: false - runs: using: 'node20' main: 'dist/index.js'