chore(ci): Always rebase on main

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2024-04-10 12:49:10 +02:00
parent 3601147da1
commit 67fc534414

View file

@ -23,6 +23,9 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Rebase with main branch, to make sure the code has latest main changes
run: |
git pull --rebase origin main
- name: Downloading yq
run: |