From 607039c611534ae74557645251eada66995dafae Mon Sep 17 00:00:00 2001 From: Adam Stoffel Date: Wed, 4 Mar 2020 18:30:24 -0800 Subject: [PATCH] Secrets is plural --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6bcfd25..28f659b 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Deploy Azure AD B2C TrustFramework KeySet secret' -description: 'A GitHub Action for deploying TrustFramework KeySet secret using the Microsoft Graph' +description: 'A GitHub Action for deploying TrustFramework KeySet secrets using the Microsoft Graph' author: 'Adam Stoffel' branding: icon: 'lock' diff --git a/package.json b/package.json index a21d0ab..f665509 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "deploy-trustframework-keyset-secret", "version": "0.0.0", "private": true, - "description": "A GitHub Action for deploying TrustFramework KeySet secret using the Microsoft Graph", + "description": "A GitHub Action for deploying TrustFramework KeySet secrets using the Microsoft Graph", "main": "lib/main.js", "scripts": { "build": "tsc",