From 62da8156d496c07675de0f4dba0f39bf325a488c Mon Sep 17 00:00:00 2001 From: HendrikThePendric Date: Mon, 2 Oct 2023 11:26:07 +0200 Subject: [PATCH] chore: fix yaml formatting --- .github/actions/supported-versions/action.yml | 4 ++-- .github/workflows/dhis2-verify-app.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/supported-versions/action.yml b/.github/actions/supported-versions/action.yml index 69bc6d3f1..9e237efe6 100644 --- a/.github/actions/supported-versions/action.yml +++ b/.github/actions/supported-versions/action.yml @@ -9,8 +9,8 @@ inputs: description: 'Relative directory for the d2.config file' broken-versions: description: 'Comma delimeted lists of known broken versions. If a supported stable version is in this list it will be excluded. Each version string must match a tag on DockerHub, i.e. "2.38.4.3-rc"' - required: false - default: '' + required: false + default: '' outputs: versions: description: 'JSON stringified array of version strings, including patch and hotfix numbers.' diff --git a/.github/workflows/dhis2-verify-app.yml b/.github/workflows/dhis2-verify-app.yml index 236ec9097..b9ba555b6 100644 --- a/.github/workflows/dhis2-verify-app.yml +++ b/.github/workflows/dhis2-verify-app.yml @@ -56,7 +56,7 @@ jobs: id: supported-versions uses: ./.github/actions/supported-versions with: - broken-versions: '2.39.2.1' + broken-versions: '2.39.2.1' outputs: versions: ${{ steps.supported-versions.outputs.versions }}