Skip to content

Commit 3b5e430

Browse files
rhttimabbott
authored andcommitted
action.yml: Explicitly add delete_history as input.
This addresses the issue in #38 (comment).
1 parent 5034872 commit 3b5e430

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ inputs:
1414
github_personal_access_token:
1515
description: 'GitHub personal access token'
1616
required: true
17+
delete_history:
18+
description: 'If enabled, will delete the archive history while keeping the most recent version'
19+
required: false
20+
default: false
1721
archive_branch:
1822
description: 'Branch where to commit archive files (should coincide with GH Pages branch)'
1923
# legacy

0 commit comments

Comments
 (0)