From 387b6b061a31728da0b253546aba40108ebf6f62 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 22 Jan 2022 17:22:10 +0100 Subject: [PATCH] fix the pull strategy --- .github/workflows/gnu-data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gnu-data.yml b/.github/workflows/gnu-data.yml index 953a425..f4026c0 100644 --- a/.github/workflows/gnu-data.yml +++ b/.github/workflows/gnu-data.yml @@ -47,7 +47,7 @@ jobs: with: default_author: github_actions message: "Update of the GNU data" - pull_strategy: 'NO-PULL' + pull_strategy: '--rebase' - name: Generate the graph shell: bash @@ -100,7 +100,7 @@ jobs: with: default_author: github_actions message: "Update of the BFS data" - pull_strategy: 'NO-PULL' + pull_strategy: '--rebase' - name: Generate the graph shell: bash