From 7ed8ff196a22410fc38dbbbfdb2fe5c1174e9224 Mon Sep 17 00:00:00 2001 From: Matt Curtis Date: Tue, 19 Sep 2023 23:45:19 +0100 Subject: [PATCH] comment tidy --- .github/workflows/manual-deploy-testnet-l2.yml | 2 +- .github/workflows/manual-upgrade-testnet-l2.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-deploy-testnet-l2.yml b/.github/workflows/manual-deploy-testnet-l2.yml index 58b4d6833d..abcd9888fd 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -3,7 +3,7 @@ # The Obscuro network is composed of 2 obscuro nodes running on individual vms with SGX. At the moment the workflow # can only be triggered manually as a workflow dispatch. # -# This script uses GitHub environments for variables and secrets - these are configured on GitHub and +# This script uses GitHub Environments for variables (vars) and secrets - these are configured on GitHub and # the environments match the input.testnet_type options name: '[M] Deploy Testnet L2' diff --git a/.github/workflows/manual-upgrade-testnet-l2.yml b/.github/workflows/manual-upgrade-testnet-l2.yml index 3d2e5873c1..b10eaecdc2 100644 --- a/.github/workflows/manual-upgrade-testnet-l2.yml +++ b/.github/workflows/manual-upgrade-testnet-l2.yml @@ -8,7 +8,7 @@ # # The scheduled deployment runs at 03:05 on every day-of-week. # -# This script uses GitHub environments for variables and secrets - these are configured on GitHub and +# This script uses GitHub Environments for variables (vars) and secrets - these are configured on GitHub and # the environments match the input.testnet_type options name: '[M] Upgrade Testnet L2'