From 9833bbe3d2c9425989624bbcaeb92279d1e8266d Mon Sep 17 00:00:00 2001 From: juan-langa Date: Fri, 17 May 2024 09:59:16 +0200 Subject: [PATCH] GitHub Actions - Reusable workflows - fix --- .github/workflows/0_1_regressionAaveEthereum.yml | 12 ++++++------ .github/workflows/0_1_regressionAjnaArbitrum.yml | 12 ++++++------ .github/workflows/0_1_regressionAjnaBase.yml | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/0_1_regressionAaveEthereum.yml b/.github/workflows/0_1_regressionAaveEthereum.yml index b5afe55e..f7b67723 100644 --- a/.github/workflows/0_1_regressionAaveEthereum.yml +++ b/.github/workflows/0_1_regressionAaveEthereum.yml @@ -17,9 +17,9 @@ on: jobs: with-wallet-aave-ethereum-tests: uses: ./.github/workflows/z_Reusable_RegressionWithWallet.yml - with: - protocol: aave - network: ethereum - base_url: ${{ inputs.base_url }} - flags_features: ${{ inputs.flags_features}} - secrets: inherit + with: + protocol: aave + network: ethereum + base_url: ${{ inputs.base_url }} + flags_features: ${{ inputs.flags_features}} + secrets: inherit diff --git a/.github/workflows/0_1_regressionAjnaArbitrum.yml b/.github/workflows/0_1_regressionAjnaArbitrum.yml index 33904e0a..05f18a16 100644 --- a/.github/workflows/0_1_regressionAjnaArbitrum.yml +++ b/.github/workflows/0_1_regressionAjnaArbitrum.yml @@ -17,9 +17,9 @@ on: jobs: with-wallet-ajna-arbitrum-tests: uses: ./.github/workflows/z_Reusable_RegressionWithWallet.yml - with: - protocol: ajna - network: arbitrum - base_url: ${{ inputs.base_url }} - flags_features: ${{ inputs.flags_features}} - secrets: inherit + with: + protocol: ajna + network: arbitrum + base_url: ${{ inputs.base_url }} + flags_features: ${{ inputs.flags_features}} + secrets: inherit diff --git a/.github/workflows/0_1_regressionAjnaBase.yml b/.github/workflows/0_1_regressionAjnaBase.yml index e84c1ec4..95ea3132 100644 --- a/.github/workflows/0_1_regressionAjnaBase.yml +++ b/.github/workflows/0_1_regressionAjnaBase.yml @@ -17,9 +17,9 @@ on: jobs: with-wallet-ajna-base-tests: uses: ./.github/workflows/z_Reusable_RegressionWithWallet.yml - with: - protocol: ajna - network: base - base_url: ${{ inputs.base_url }} - flags_features: ${{ inputs.flags_features}} - secrets: inherit + with: + protocol: ajna + network: base + base_url: ${{ inputs.base_url }} + flags_features: ${{ inputs.flags_features}} + secrets: inherit