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 26bde63 commit 82387b8Copy full SHA for 82387b8
.github/workflows/ci.yml
@@ -22,6 +22,8 @@ jobs:
22
steps:
23
- name: "Checkout"
24
uses: "actions/checkout@v3"
25
+ with:
26
+ ref: ${{ github.event.pull_request.head.sha }}}
27
28
- name: "Setup ruby"
29
uses: "ruby/setup-ruby@v1"
@@ -50,6 +52,8 @@ jobs:
50
52
51
53
54
55
56
57
58
59
0 commit comments