From 3b5e4303bead1db00f96d891251d3babfb244abb Mon Sep 17 00:00:00 2001 From: rht Date: Wed, 23 Jun 2021 20:56:20 -0400 Subject: [PATCH] action.yml: Explicitly add delete_history as input. This addresses the issue in https://github.com/zulip/zulip-archive/issues/38#issuecomment-866601282. --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 2e160384954511..d8c36d41540139 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,10 @@ inputs: github_personal_access_token: description: 'GitHub personal access token' required: true + delete_history: + description: 'If enabled, will delete the archive history while keeping the most recent version' + required: false + default: false archive_branch: description: 'Branch where to commit archive files (should coincide with GH Pages branch)' # legacy