From 200ea1bc73550459ed77b21c26509570b537c5cd Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Fri, 7 Mar 2025 10:36:07 +0100 Subject: [PATCH] Fetch origin before reset --- .github/workflows/ci-meson.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-meson.yml b/.github/workflows/ci-meson.yml index 7ae921f6629..e291a6bd52f 100644 --- a/.github/workflows/ci-meson.yml +++ b/.github/workflows/ci-meson.yml @@ -48,6 +48,7 @@ jobs: # List remotes (for debugging) git remote -v # Reset the branch to develop + git fetch origin develop git reset --soft origin/develop # Show uncommitted changes git status