From 1da1e28c4f52f867d7a0fbb3b0c68488b3f642cc Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Wed, 29 Oct 2025 18:56:26 +0100 Subject: [PATCH] Diff local head with remote base branch --- .github/workflows/check-restricted-files.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-restricted-files.yaml b/.github/workflows/check-restricted-files.yaml index 7468d4b950..f9c4aff16e 100644 --- a/.github/workflows/check-restricted-files.yaml +++ b/.github/workflows/check-restricted-files.yaml @@ -46,6 +46,6 @@ jobs: echo This PR contains changes to files that should not be changed: echo - git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} origin/${{ github.event.pull_request.head.ref }} -- versions/ + git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} -- versions/ exit 1