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