diff --git a/README.md b/README.md index fdd3681..5adab71 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ jobs: verbose: "false" branch: $GITHUB_REF # useful to run the analysis on the actual branch (default on main) # config: ".github/workflow/rsmetacheck.toml" - # config-profile: "prerelease" # use to set a profile defined in config. Overides the active_profile defined in rsmetacheck.toml + # config_profile: "prerelease" # use to set a profile defined in config. Overides the active_profile defined in rsmetacheck.toml ``` ### Inputs @@ -48,7 +48,7 @@ jobs: | `generate_codemeta` | Generate codemeta files for each repository. | No | `false` | | `verbose` | Include both detected AND undetected pitfalls in the output JSON-LD. | No | `false` | | `config` | Specify the location of the `rsmetacheck.toml` to define the configuration. RSMetaCheck automatically detects a .rsmetacheck.toml (or rsmetacheck.toml) file at the working directory. | No | `rsmetacheck.toml` | -| `config-profile` | Specify the profile to use. SHould be defined in the config file | No | | +| `config_profile` | Specify the profile to use. SHould be defined in the config file | No | | ### Outputs diff --git a/entrypoint.sh b/entrypoint.sh index 36e12af..833b737 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -48,7 +48,7 @@ if [ -n "$INPUT_BRANCH" ]; then fi if [ -n "$INPUT_CONFIG" ]; then - CMD="$CMD --config \"$INPUT_CONFIG_FILE\"" + CMD="$CMD --config \"$INPUT_CONFIG\"" fi if [ -n "$INPUT_CONFIG_PROFILE" ]; then