Skip to content

Commit

Permalink
chore: fix yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Oct 2, 2023
1 parent 75e8bff commit 62da815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/supported-versions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 62da815

Please sign in to comment.