diff --git a/.github/workflows/python_checks.yml b/.github/workflows/python_checks.yml index 3522c74..9d0f95f 100644 --- a/.github/workflows/python_checks.yml +++ b/.github/workflows/python_checks.yml @@ -64,9 +64,9 @@ on: description: > Which xml config file to use for rat. Supported options are: - 'rat.xml' all license acceptable to rat - 'rat_asl20.xml' Only the AppliedApacheSoftwareLicense20 - 'rat_gpl3.xml' Only the GNU General Public License version 3 + 'rat.xml' all license acceptable to rat + 'rat_asl20.xml' Only the AppliedApacheSoftwareLicense20 + 'rat_gpl3.xml' Only the GNU General Public License version 3 # The file is expected to be in the same directory as this file required: false default: "rat_asl20.xml"