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 a9f3c3c commit ee009d9Copy full SHA for ee009d9
.github/workflows/validate-pr.yml
@@ -26,7 +26,7 @@ jobs:
26
repository: elastic/clients-flight-recorder
27
path: ./clients-flight-recorder
28
token: ${{ secrets.PAT }}
29
- ref: main
+ ref: ${{ github.base_ref }}
30
31
- name: Use Node.js 22
32
uses: actions/setup-node@v4
0 commit comments