Skip to content

Commit c9d39f9

Browse files
authored
Add missing description fields to .github/actions/*/action.yml (#826)
1 parent 7a7a00b commit c9d39f9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/archive-install/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Archive installed package
2+
description: Archive and upload an installed package artifact
23
inputs:
34
path:
45
description: Directory to archive

.github/actions/download-install/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Download installed package
2+
description: Download and extract an installed package artifact
23
inputs:
34
path:
45
description: Directory to extract into

0 commit comments

Comments
 (0)