Skip to content

Commit

Permalink
add description and author
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Prokop committed Nov 9, 2023
1 parent dc02001 commit 1d81b5f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'E-action'
description: ''
author: ''
name: 'Emcee.cloud action'
description: 'This action implements basic API calls for emcee.cloud.'
author: 'Avito'

# Define your inputs here.
inputs:
Expand Down Expand Up @@ -53,3 +53,7 @@ outputs:
runs:
using: node20
main: dist/index.js

branding:
icon: 'activity'
color: 'purple'

0 comments on commit 1d81b5f

Please sign in to comment.