Skip to content

Commit

Permalink
action.yml: Explicitly add delete_history as input.
Browse files Browse the repository at this point in the history
This addresses the issue in #38 (comment).
  • Loading branch information
rht authored and timabbott committed Jun 25, 2021
1 parent 5034872 commit 3b5e430
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b5e430

Please sign in to comment.