-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c43f0ba
commit 9aea91c
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |