Skip to content

Commit

Permalink
feat: update the action info
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltdev committed Apr 30, 2024
1 parent d14c7e9 commit 4cc30cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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'
Expand Down

0 comments on commit 4cc30cf

Please sign in to comment.