Skip to content

Commit

Permalink
style: remove trailing whitespace (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Nov 3, 2024
1 parent 8560445 commit 8775ed1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/plugins-benchmark-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
type: string
default: benchmark
required: false
pr-repo:
pr-repo:
type: string
default: ${{ github.event.pull_request.head.repo.full_name }}
required: false
Expand Down Expand Up @@ -115,9 +115,9 @@ jobs:
```
${{ needs.benchmark.outputs.BASE-BENCH-20 }}
```
---
**Node**: 22
${{ inputs.pr-repo }}@${{ inputs.pr-sha }} (${{ inputs.pr-ref }}):
```
Expand All @@ -127,9 +127,9 @@ jobs:
```
${{ needs.benchmark.outputs.BASE-BENCH-22 }}
```
---
**Node**: 23
${{ inputs.pr-repo }}@${{ inputs.pr-sha }} (${{ inputs.pr-ref }}):
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ name: Benchmark PR
on:
pull_request_target:
types:
types:
- labeled
jobs:
Expand Down

0 comments on commit 8775ed1

Please sign in to comment.