From a9fef6c514ea0249a30ac32974b997492077787e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Wed, 5 Jun 2024 08:19:30 -0400 Subject: [PATCH] CI: split files from revisions in git diff command (#3775) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Edouard Choinière --- .github/workflows/periodic_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodic_update.yml b/.github/workflows/periodic_update.yml index 5bd94c7eb06..8106057cce4 100644 --- a/.github/workflows/periodic_update.yml +++ b/.github/workflows/periodic_update.yml @@ -28,7 +28,7 @@ jobs: wget http://git.savannah.gnu.org/cgit/config.git/plain/config.guess && chmod +x config.guess wget http://git.savannah.gnu.org/cgit/config.git/plain/config.sub && chmod +x config.sub # Display changes, only to follow along in the logs. - - run: git diff config.guess config.sub + - run: git diff -- config.guess config.sub - name: Double check if files are modified run: git status --ignored - name: Create Pull Request