From 4460d1999194dce5626a501b3a0a876e72a53e02 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Tue, 21 Oct 2025 22:39:18 -0400 Subject: [PATCH] Fix formatting --- .github/workflows/reusable-build-test-config.yml | 2 +- .github/workflows/reusable-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-build-test-config.yml b/.github/workflows/reusable-build-test-config.yml index b0c5d88073..dad7666b89 100644 --- a/.github/workflows/reusable-build-test-config.yml +++ b/.github/workflows/reusable-build-test-config.yml @@ -21,7 +21,7 @@ on: type: string default: "" unittest_args: - description: 'Additional arguments to pass to rippled when running tests' + description: "Additional arguments to pass to rippled when running tests" required: false type: string default: "" diff --git a/.github/workflows/reusable-test.yml b/.github/workflows/reusable-test.yml index 1108cdadfe..c27d4989f0 100644 --- a/.github/workflows/reusable-test.yml +++ b/.github/workflows/reusable-test.yml @@ -12,7 +12,7 @@ on: required: true type: boolean unittest_args: - description: 'Additional arguments to pass to rippled when running tests' + description: "Additional arguments to pass to rippled when running tests" required: false type: string default: ""