Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit b1e01bf

Browse files
authored
🐛 Fix missing param in action yaml (#6)
1 parent 8f2fff9 commit b1e01bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ inputs:
1313
repo:
1414
description: repo name in the form of <owner>/<repoName>
1515
required: false
16+
delete_tags:
17+
description: whether to delete tags associated to older releases or not
18+
required: false
1619

1720
runs:
1821
using: "node12"

0 commit comments

Comments
 (0)