From a3f25ea4d9c8e828f2142766bd3bf5d28576395b Mon Sep 17 00:00:00 2001 From: Piotr Krzeminski Date: Fri, 27 Mar 2026 22:57:24 +0100 Subject: [PATCH] Revert changes in typings --- typings/actions/checkout/v6/action-types.yml | 2 ++ typings/actions/create-release/v1/action-types.yml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/typings/actions/checkout/v6/action-types.yml b/typings/actions/checkout/v6/action-types.yml index 3addee1..b682d45 100644 --- a/typings/actions/checkout/v6/action-types.yml +++ b/typings/actions/checkout/v6/action-types.yml @@ -12,6 +12,8 @@ inputs: type: string ssh-strict: type: boolean + persist-credentials: + type: boolean path: type: string clean: diff --git a/typings/actions/create-release/v1/action-types.yml b/typings/actions/create-release/v1/action-types.yml index bc9cf62..9fece5b 100644 --- a/typings/actions/create-release/v1/action-types.yml +++ b/typings/actions/create-release/v1/action-types.yml @@ -12,8 +12,6 @@ inputs: type: boolean prerelease: type: boolean - boogaa: - type: string commitish: type: string owner: