Skip to content

Commit 200ea1b

Browse files
committed
Fetch origin before reset
1 parent 6d42708 commit 200ea1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-meson.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
# List remotes (for debugging)
4949
git remote -v
5050
# Reset the branch to develop
51+
git fetch origin develop
5152
git reset --soft origin/develop
5253
# Show uncommitted changes
5354
git status

0 commit comments

Comments
 (0)