File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 47
47
env :
48
48
PR_TITLE : ${{ github.event.pull_request.title }}
49
49
run : |
50
- echo ' $PR_TITLE' | npx --offline commitlint -V
50
+ echo " $PR_TITLE" | npx --offline commitlint -V
Original file line number Diff line number Diff line change 21
21
env :
22
22
PR_TITLE : $\{{ github.event.pull_request.title }}
23
23
run : |
24
- echo ' $PR_TITLE' | {{ rootNpxPath }} --offline commitlint -V
24
+ echo " $PR_TITLE" | {{ rootNpxPath }} --offline commitlint -V
Original file line number Diff line number Diff line change @@ -811,7 +811,7 @@ jobs:
811
811
env:
812
812
PR_TITLE: \${{ github.event.pull_request.title }}
813
813
run: |
814
- echo ' $PR_TITLE' | npx --offline commitlint -V
814
+ echo " $PR_TITLE" | npx --offline commitlint -V
815
815
816
816
.github/workflows/release.yml
817
817
========================================
@@ -2491,7 +2491,7 @@ jobs:
2491
2491
env:
2492
2492
PR_TITLE: \${{ github.event.pull_request.title }}
2493
2493
run: |
2494
- echo ' $PR_TITLE' | npx --offline commitlint -V
2494
+ echo " $PR_TITLE" | npx --offline commitlint -V
2495
2495
2496
2496
.github/workflows/release.yml
2497
2497
========================================
@@ -4023,7 +4023,7 @@ jobs:
4023
4023
env:
4024
4024
PR_TITLE: \${{ github.event.pull_request.title }}
4025
4025
run: |
4026
- echo ' $PR_TITLE' | npx --offline commitlint -V
4026
+ echo " $PR_TITLE" | npx --offline commitlint -V
4027
4027
4028
4028
.github/workflows/release.yml
4029
4029
========================================
You can’t perform that action at this time.
0 commit comments