We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0112fcc commit ace66beCopy full SHA for ace66be
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: "Checkout"
24
uses: "actions/checkout@v3"
25
with:
26
- ref: ${{ github.event.pull_request.head.sha }}}
+ ref: ${{ github.event.pull_request.head.sha }}
27
28
- name: "Setup ruby"
29
uses: "ruby/setup-ruby@v1"
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments