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: