Skip to content

Commit eccf615

Browse files
Add post-update
1 parent b35e601 commit eccf615

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/UpdateRuleMetadata.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
uses: SonarSource/release-github-actions/update-rule-metadata@e9c7eec21c0eb0a64ffb1e8f5a85c201564dd2c2
1616
with:
1717
labels: ''
18-
rspec-token-suffix: "rspec"
18+
rspec-token-suffix: 'rspec'
19+
post-update: |
20+
sed --in-place='' -e 's/rule:java:S3649/rule:javasecurity:S3649/g' 'sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/S2077.html'
1921
2022
- name: Check Rule Metadata Changes
2123
run: |

0 commit comments

Comments
 (0)