Skip to content

Commit 63e93bb

Browse files
Merge pull request #8 from francoto/typos_readme
fix: fix typos in README about config and entrypoint
2 parents 5f3f1ed + 046dee9 commit 63e93bb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
verbose: "false"
3232
branch: $GITHUB_REF # useful to run the analysis on the actual branch (default on main)
3333
# config: ".github/workflow/rsmetacheck.toml"
34-
# config-profile: "prerelease" # use to set a profile defined in config. Overides the active_profile defined in rsmetacheck.toml
34+
# config_profile: "prerelease" # use to set a profile defined in config. Overides the active_profile defined in rsmetacheck.toml
3535
```
3636

3737
### Inputs
@@ -48,7 +48,7 @@ jobs:
4848
| `generate_codemeta` | Generate codemeta files for each repository. | No | `false` |
4949
| `verbose` | Include both detected AND undetected pitfalls in the output JSON-LD. | No | `false` |
5050
| `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` |
51-
| `config-profile` | Specify the profile to use. SHould be defined in the config file | No | |
51+
| `config_profile` | Specify the profile to use. SHould be defined in the config file | No | |
5252

5353
### Outputs
5454

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [ -n "$INPUT_BRANCH" ]; then
4848
fi
4949

5050
if [ -n "$INPUT_CONFIG" ]; then
51-
CMD="$CMD --config \"$INPUT_CONFIG_FILE\""
51+
CMD="$CMD --config \"$INPUT_CONFIG\""
5252
fi
5353

5454
if [ -n "$INPUT_CONFIG_PROFILE" ]; then

0 commit comments

Comments
 (0)