mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-17 03:18:28 +00:00
Cosmetic rename
This commit is contained in:
parent
73e4db7a33
commit
0a9e0ad85b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/PullRequestClosed.yml
vendored
4
.github/workflows/PullRequestClosed.yml
vendored
|
|
@ -5,8 +5,8 @@ on:
|
||||||
types: [closed]
|
types: [closed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
PullRequestMerged_job:
|
PullRequestClosed_job:
|
||||||
name: Pull Request Merged
|
name: Pull Request Closed
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue