From 819fa9a13f43b1a29e4d4b54a6a50cfee0d6aff5 Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Wed, 5 Jun 2024 13:09:01 +0200 Subject: [PATCH] Testing CI --- .github/workflows/e2e_custom_cl.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e_custom_cl.yml b/.github/workflows/e2e_custom_cl.yml index 7a50c3613..783fae5ac 100644 --- a/.github/workflows/e2e_custom_cl.yml +++ b/.github/workflows/e2e_custom_cl.yml @@ -64,7 +64,7 @@ jobs: uses: smartcontractkit/chainlink-github-actions/docker/image-exists@fc3e0df622521019f50d772726d6bf8dc919dd38 # v2.3.19 with: repository: chainlink-solana-tests - tag: github.sha + tag: { { github.sha } } AWS_REGION: ${{ secrets.QA_AWS_REGION }} AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }} @@ -157,12 +157,12 @@ jobs: uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: repository: smartcontractkit/chainlink-solana - ref: github.sha + ref: { { github.sha } } - name: Build Test Image if: (needs.changes.outputs.src == 'true' || github.event_name == 'workflow_dispatch') && needs.solana-test-image-exists.outputs.exists == 'false' uses: ./.github/actions/build-test-image with: - tag: github.sha + tag: { { github.sha } } artifacts_path: ${{ env.CONTRACT_ARTIFACTS_PATH }} QA_AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }} QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}