Skip to content

Commit 854f293

Browse files
committed
fix(ci): added descriptions to inputs
1 parent 59f3daa commit 854f293

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/image-push/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ inputs:
77
required: true
88
package:
99
required: true
10+
description: "Package we are building, for example, 'rafiki-auth' or 'rafiki-backend'."
1011
platform_name:
1112
required: true
13+
description: "Platform we are building for, for example, 'amd64' or 'arm64'."
1214
gh_token:
1315
description: "GitHub token to use for authentication."
1416
required: true

0 commit comments

Comments
 (0)