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.
2 parents 9868c38 + f2a96f4 commit 59d2333Copy full SHA for 59d2333
.github/workflows/codeflash-optimize.yaml
@@ -28,6 +28,8 @@ jobs:
28
- name: 🛎️ Checkout
29
uses: actions/checkout@v4
30
with:
31
+ ref: ${{ github.event.pull_request.head.ref }}
32
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
33
fetch-depth: 0
34
- name: Validate PR
35
run: |
0 commit comments