Skip to content

Commit

Permalink
feat: add feature flags variables support
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Shuplenkov authored Aug 13, 2021
1 parent 64d32df commit 7cb2398
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ inputs:
description: DPNS top level identity ID
dpns-top-level-identity-private-key:
description: DPNS top level identity private key
feature-flags-identity-id:
description: Feature flags identity ID
feature-flags-contract-id:
description: Feature flags contract ID
platform-test-suite-branch:
description: Platform Test Suite version
default: master
Expand Down Expand Up @@ -49,3 +53,5 @@ runs:
--dpns-contract-id=${{ inputs.dpns-contract-id }} \
--dpns-tld-identity-id=${{ inputs.dpns-top-level-identity-id }} \
--dpns-tld-identity-private-key=${{ inputs.dpns-top-level-identity-private-key }}
--feature-flags-identity-id=${{ inputs.feature-flags-identity-id }}
--feature-flags-contract-id=${{ inputs.feature-flags-contract-id }}

0 comments on commit 7cb2398

Please sign in to comment.