We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db27e12 commit 49a0a2bCopy full SHA for 49a0a2b
.github/workflows/test_integration_playwright.yml
@@ -101,7 +101,7 @@ jobs:
101
API_URL: https://${{inputs.deployment || 'govtool.cardanoapi.io' }}/api
102
DOCS_URL: ${{ vars.DOCS_URL }}
103
KUBER_API_KEY: ${{secrets.KUBER_API_KEY}}
104
- NETWORK: ${{ inputs.deployment || vars.NETWORK }}
+ NETWORK: ${{ inputs.network || vars.NETWORK }}
105
TEST_WORKERS: ${{vars.TEST_WORKERS}}
106
CI: ${{vars.CI}}
107
FAUCET_ADDRESS: ${{vars.FAUCET_ADDRESS}}
0 commit comments