From bb7ef30d968d3671f9e69baf0a08d7fc7ed09418 Mon Sep 17 00:00:00 2001 From: Fallengirl <155266340+Fallengirl@users.noreply.github.com> Date: Fri, 31 Jan 2025 19:15:40 +0100 Subject: [PATCH] docs: corrections (#9189) * Update sub-test-zebra-config.yml * Update sub-ci-unit-tests-docker.yml --- .github/workflows/sub-ci-unit-tests-docker.yml | 2 +- .github/workflows/sub-test-zebra-config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sub-ci-unit-tests-docker.yml b/.github/workflows/sub-ci-unit-tests-docker.yml index da69d12e286..0847806f610 100644 --- a/.github/workflows/sub-ci-unit-tests-docker.yml +++ b/.github/workflows/sub-ci-unit-tests-docker.yml @@ -151,7 +151,7 @@ jobs: test_variables: '-e NETWORK' network: 'Mainnet' - # Test reconfiguring the the docker image for tesnet. + # Test reconfiguring the docker image for tesnet. test-configuration-file-testnet: name: Test CI testnet Docker config file # Make sure Zebra can sync the genesis block on testnet diff --git a/.github/workflows/sub-test-zebra-config.yml b/.github/workflows/sub-test-zebra-config.yml index 41586052cd4..69990bdb3e1 100644 --- a/.github/workflows/sub-test-zebra-config.yml +++ b/.github/workflows/sub-test-zebra-config.yml @@ -25,7 +25,7 @@ on: test_variables: required: true type: string - description: 'Environmental variables used to select and configure the test' + description: 'Environment variables used to select and configure the test' network: required: false type: string