Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jul 16, 2024
1 parent d89e96a commit 0748334
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/create-default-e2e-config-override/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ inputs:
private_ethereum_network_custom_docker_image:
required: false
description: 'Private Ethereum network custom Docker image for the tests'
outputs:
chainlink_version:
value: ${{ steps.build-args.outputs.chainlink_version }}
description: 'Chainlink version resolved from the input'

runs:
using: 'composite'
Expand All @@ -51,7 +47,6 @@ runs:
create_args=()
if [ -n "${{ inputs.chainlink_version }}" ]; then
create_args+=(--chainlink-version="${{ inputs.chainlink_version }}")
echo "chainlink_version=$(go run main.go envresolve "${{ inputs.chainlink_version }}")" >> $GITHUB_OUTPUT
fi
if [ -n "${{ inputs.chainlink_postgres_version }}" ]; then
create_args+=(--chainlink-postgres-version="${{ inputs.chainlink_postgres_version }}")
Expand Down

0 comments on commit 0748334

Please sign in to comment.