Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Oct 18, 2024
1 parent 98ff5de commit cc6f812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ jobs:
chainlink_image_tag=${{ inputs.chainlink_version }}
else
echo "determining chainlink image tag based on workflow event"
chainlink_image_tag=${{ steps.get-chainlink-image-tag.outputs.base-image-tag }}-${{ inputs.test_chainlink_image_type }}
chainlink_image_tag=${{ steps.get-chainlink-image-tag.outputs.image-tag }}-${{ inputs.test_chainlink_image_type }}
fi
echo "chainlink_image_tag=$chainlink_image_tag"
Expand Down

0 comments on commit cc6f812

Please sign in to comment.