Skip to content

chatclass/csml-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csml-action

Action to upload CSML code into the server engine.

Inputs

api-key

Required The api key from csml server.

api-secret

Required The api secret from csml server.

endpoint

Required The endpoint where csml is hosted.

csml-folder-path

Required The path in your repo where the folder with csml code exists.

Example usage

uses: chatclass/csml-action@v1.1.1
with:
  api-key: 'xxxxxxxxx'
  api-secret: 'xxxxxxxxx'
  endpoint: 'https://clients.csml.dev/v1/api'
  csml-folder-path: '.'

About

Action to upload CSML code into the server engine.

Resources

Stars

Watchers

Forks

Packages

No packages published