Skip to content

Commit ace66be

Browse files
author
jordanbreen28
committed
(maint) - remove extra parenthesis
1 parent 0112fcc commit ace66be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: "Checkout"
2424
uses: "actions/checkout@v3"
2525
with:
26-
ref: ${{ github.event.pull_request.head.sha }}}
26+
ref: ${{ github.event.pull_request.head.sha }}
2727

2828
- name: "Setup ruby"
2929
uses: "ruby/setup-ruby@v1"
@@ -53,7 +53,7 @@ jobs:
5353
- name: "Checkout"
5454
uses: "actions/checkout@v3"
5555
with:
56-
ref: ${{ github.event.pull_request.head.sha }}}
56+
ref: ${{ github.event.pull_request.head.sha }}
5757

5858
- name: "Setup ruby"
5959
uses: "ruby/setup-ruby@v1"

0 commit comments

Comments
 (0)