From 99247208c975e70186fb30f770c67189e3ae5d26 Mon Sep 17 00:00:00 2001 From: antoinebouteiller Date: Thu, 21 Dec 2023 14:38:37 +0100 Subject: [PATCH] rename --- README.md | 4 ++-- action.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1687b61..4e0f0a3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Verify](https://github.com/galadrimteam/trancrypt-env-file-to-eb/actions/workflows/verify.yml/badge.svg)](https://github.com/galadrimteam/trancrypt-env-file-to-eb/actions/workflows/verify.yml) +[![Verify](https://github.com/galadrimteam/env-to-eb-with-transcrypt/actions/workflows/verify.yml/badge.svg)](https://github.com/galadrimteam/env-to-eb-with-transcrypt/actions/workflows/verify.yml) # Add transcrypt encoded file to ElasticBeanstalk @@ -16,7 +16,7 @@ Example workflow setup: ```yaml steps: ... - - uses: galadrimteam/transcrypt-env-file-to-eb@1 + - uses: galadrimteam/env-to-eb-with-transcrypt@1 with: env_file: backend/.env.staging transcrypt_key: ${{ secrets.TRANSCRYPT_KEY }} diff --git a/action.yml b/action.yml index 71946fd..c5dc266 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: Transcrypt env file to ElasticBeanstalk -description: Add transcrypt encoded environnement file to ElasticBeanstalk +name: Env file to ElasticBeanstalk with Transcrypt +description: Add environnement file encoded with Transcrypt to ElasticBeanstalk branding: icon: 'file-text'