diff --git a/action.yml b/action.yml index 5618424..d06c867 100644 --- a/action.yml +++ b/action.yml @@ -1,9 +1,9 @@ -name: "GitHub Slug Action" -description: "GitHub Action to expose slug value of environment variables inside your GitHub workflow" +name: 'GitHub Slug Action' +description: 'GitHub Action to expose slug value of environment variables inside your GitHub workflow' author: 'rlespinasse' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: - icon: "minimize" - color: "blue" + icon: 'minimize' + color: 'blue'