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 id: pr_info
run: | run: |
# Fetch and checkout master to analyze history # Fetch and checkout master to analyze history
git fetch origin master:master git fetch origin master
git checkout master git checkout -B master origin/master
# Initialize variables # Initialize variables
FOUND_PR=false FOUND_PR=false