Skip to content

Commit

Permalink
GitHub Actions - Reusable workflows - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-langa committed May 17, 2024
1 parent d5dad5d commit 9833bbe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/0_1_regressionAaveEthereum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 6 additions & 6 deletions .github/workflows/0_1_regressionAjnaArbitrum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 6 additions & 6 deletions .github/workflows/0_1_regressionAjnaBase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9833bbe

Please sign in to comment.