Skip to content

Commit 128fd1e

Browse files
authored
Change ref to 'main' for flight recorder
1 parent 12ae245 commit 128fd1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.repository_owner == 'elastic' # this action will fail if executed from a fork
1919
runs-on: ubuntu-latest
2020
env:
21-
STACK_VERSION: 8.4-SNAPSHOT
21+
STACK_VERSION: 8.6-SNAPSHOT
2222

2323
steps:
2424
- uses: actions/checkout@v2
@@ -30,7 +30,7 @@ jobs:
3030
repository: elastic/clients-flight-recorder
3131
path: ./clients-flight-recorder
3232
token: ${{ secrets.PAT }}
33-
ref: dev
33+
ref: main
3434

3535
- name: Use Node.js 16.x
3636
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)