You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ jobs:
31
31
verbose: "false"
32
32
branch: $GITHUB_REF # useful to run the analysis on the actual branch (default on main)
33
33
# 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
35
35
```
36
36
37
37
### Inputs
@@ -48,7 +48,7 @@ jobs:
48
48
|`generate_codemeta`| Generate codemeta files for each repository. | No |`false`|
49
49
|`verbose`| Include both detected AND undetected pitfalls in the output JSON-LD. | No |`false`|
50
50
|`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 ||
0 commit comments