We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0ca15 commit 9abb961Copy full SHA for 9abb961
1 file changed
.github/workflows/UpdateRuleMetadata.yml
@@ -12,7 +12,9 @@ jobs:
12
steps:
13
- name: Update Rule Metadata
14
id: update-rule-metadata
15
- uses: SonarSource/release-github-actions/update-rule-metadata@368c9da7d13230407cd2b96a6cf6ec0c59e627c3
+ uses: SonarSource/release-github-actions/update-rule-metadata@d5c6ea704d50c7450cd3fb59a932eb460f1a5f83
16
+ with:
17
+ rspec-token-suffix: "rspec"
18
19
- name: Check Rule Metadata Changes
20
run: |
0 commit comments