Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
debaghtk authored Jun 3, 2021
1 parent 80ca4d4 commit e9e43fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Odet Service Upload'
description: 'Uploads your service yml to Odet portal'
branding:
icon: 'upload-cloud'
color: 'gray-dark'
inputs:
odet-file:
required: true
Expand All @@ -10,4 +13,4 @@ outputs:
description: 'The time we greeted you'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit e9e43fd

Please sign in to comment.