From 1a26abdcd28329b9eeb41657b3b47f300b8fa14a Mon Sep 17 00:00:00 2001 From: Rishi Verma Date: Fri, 9 Jun 2023 11:28:56 -0700 Subject: [PATCH] Removed failure-prone lines As mentioned in [this comment](https://github.com/NASA-AMMOS/slim/pull/95#discussion_r1224616413), the two lines cause failures. --- action.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/action.yaml b/action.yaml index 52db3bc..2394c6f 100644 --- a/action.yaml +++ b/action.yaml @@ -1,8 +1,4 @@ name: 'detect-secrets Action' -description: 'Scans your GitHub repository for accidentally committed secrets, enhances code security, and aids in secret cleanup.' -branding: - icon: 'alert-octagon' - color: 'red' on: push: