We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e00ec commit 105591aCopy full SHA for 105591a
1 file changed
.github/workflows/UpdateRuleMetadata.yml
@@ -7,7 +7,7 @@ on:
7
8
env:
9
RULE_API_VERSION: 2.10.0.4287
10
- PR_BRANCH_NAME: gh-action/next-iteration
+ PR_BRANCH_NAME: gh-action/update-rule-metadata
11
12
jobs:
13
UpdateRuleMetadata_job:
@@ -45,6 +45,8 @@ jobs:
45
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'
46
47
- name: Create PR
48
+ env:
49
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
run: |
51
git config user.name "${GITHUB_ACTOR}"
52
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
0 commit comments