diff --git a/.forgejo/workflows/pull_request.yml b/.forgejo/workflows/pull_request.yml index aa968b2..95d5f69 100644 --- a/.forgejo/workflows/pull_request.yml +++ b/.forgejo/workflows/pull_request.yml @@ -9,6 +9,7 @@ jobs: name: Validate steps: - uses: actions/checkout@v4 + - run: git fetch --all - run: git rebase origin/main - name: set up JDK uses: https://git.wbrawner.com/actions/setup-java@v4 @@ -24,6 +25,7 @@ jobs: - validate steps: - uses: actions/checkout@v4 + - run: git fetch --all - run: git rebase origin/main - name: set up JDK uses: https://git.wbrawner.com/actions/setup-java@v4 @@ -50,6 +52,7 @@ jobs: - validate steps: - uses: actions/checkout@v4 + - run: git fetch --all - run: git rebase origin/main - name: set up JDK uses: https://git.wbrawner.com/actions/setup-java@v4