Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sivashanmukh authored May 27, 2021
1 parent c43f0ba commit 9aea91c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: 'Rudder Transformer Test and Publish'
description: 'Test user transformations'
name: 'Rudder Transformation Action'
description: 'Tests transformations and libraries from your repo and publishes them to your Rudderstack workspace'
inputs:
metaPath:
description: 'File containing transformation and libraries meta'
description: 'File containing metadata about transformation and libraries'
required: true
email:
description: 'email'
description: 'Owner email of the workspace'
required: true
accessToken:
description: 'token'
description: 'accessToken generated for a workspace'
required: true
serverEndpoint:
description: 'backend url'
required: true
default: 'https://api.rudderlabs.com'
required: false
default: 'https://api.rudderstack.com'
uploadTestArtifact:
description: 'upload test results'
description: 'Toggle for enabling artifacts'
required: false
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit 9aea91c

Please sign in to comment.