Update workflow
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
id: check
|
||||
run: |
|
||||
git fetch origin
|
||||
if [ $(git rev-list --count origin/main..origin/staging) -gt 0 ]; then
|
||||
if [ $(git rev-list --count origin/staging..origin/main) -gt 0 ]; then
|
||||
echo "❌ Staging ist hinter Main und benötigt ein Merge."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user