Skip to content

Commit

Permalink
chore: updated action inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 25, 2024
1 parent c7a2bbc commit d8f4867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
steps:
- run: |
yarn --cwd ${{ github.action_path }} --production=true
yarn --cwd ${{ github.action_path }} start --issue "${{ inputs.issueUrl }}" --file "${{ github.action_path }}/results.json"
yarn --cwd ${{ github.action_path }} start --issue "${{ inputs.issueUrl }}" --file "${{ github.action_path }}/results.json --evmNetworkId ${{ inputs.evmNetworkId }} --evmPrivateEncrypted ${{ inputs.evmPrivateEncrypted }}"
output=$(cat ${{ github.action_path }}/results.json | tr -s ' ' | tr -d '\n')
echo "Output of calculations:"
echo "$output"
Expand Down

0 comments on commit d8f4867

Please sign in to comment.