forked from sarrubia/splitio-evaluator-ga
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
4 changed files
with
27 additions
and
27 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
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
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,25 +1,25 @@ | ||
name: 'Split Software Evaluator' | ||
author: 'Sebastian Arrubia (github.com/sarrubia)' | ||
description: 'Evaluates your Split Feature Flags and set the evaluation treatments as output' | ||
name: "Split Software Evaluator" | ||
author: "Sebastian Arrubia (github.com/splitio)" | ||
description: "Evaluates your Split Feature Flags and set the evaluation treatments as output" | ||
inputs: | ||
api-key: # Split api key | ||
description: 'Split API key' | ||
api-key: # Split api key | ||
description: "Split API key" | ||
required: true | ||
default: '' | ||
key: # user/evaluation key | ||
description: 'Evaluation key' | ||
default: "" | ||
key: # user/evaluation key | ||
description: "Evaluation key" | ||
required: true | ||
default: '' | ||
default: "" | ||
splits: | ||
description: 'Splits to be evaluated' | ||
description: "Splits to be evaluated" | ||
required: true | ||
default: '' | ||
default: "" | ||
outputs: | ||
result: | ||
description: 'Evaluation results represented as JSON' | ||
result: | ||
description: "Evaluation results represented as JSON" | ||
runs: | ||
using: 'node12' | ||
main: 'index.js' | ||
using: "node12" | ||
main: "index.js" | ||
branding: | ||
icon: 'git-merge' | ||
color: 'blue' | ||
icon: "git-merge" | ||
color: "blue" |
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