mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
Merge pull request #1885 from DuendeSoftware/jmdc/rename-practices
Fix typo in workflow name
This commit is contained in:
commit
aea6005116
1 changed files with 2 additions and 2 deletions
4
.github/workflows/practices-check-pr.yml
vendored
4
.github/workflows/practices-check-pr.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: practices\check-pr
|
||||
name: practices/check-pr
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
@ -39,4 +39,4 @@ jobs:
|
|||
console.log('PR assignee check passed.');
|
||||
}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue