checkout origin/master to be safe

This commit is contained in:
Mio.
2025-12-10 23:29:27 +01:00
parent 51a67328eb
commit f207b2a3c2

View File

@@ -25,8 +25,8 @@ jobs:
id: pr_info
run: |
# Fetch and checkout master to analyze history
git fetch origin master:master
git checkout master
git fetch origin master
git checkout -B master origin/master
# Initialize variables
FOUND_PR=false