Action to upload CSML code into the server engine.
Required The api key from csml server.
Required The api secret from csml server.
Required The endpoint where csml is hosted.
Required The path in your repo where the folder with csml code exists.
uses: chatclass/csml-action@v1.1.1
with:
api-key: 'xxxxxxxxx'
api-secret: 'xxxxxxxxx'
endpoint: 'https://clients.csml.dev/v1/api'
csml-folder-path: '.'