From a9bcc0c538afcfcab0fc9c9d8d07179639e92cf2 Mon Sep 17 00:00:00 2001 From: Pier-Luc St-Onge Date: Tue, 28 Jan 2025 23:13:15 -0500 Subject: [PATCH] Modifier le message du commit --- .github/workflows/make.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index ed6452d..bc8f97a 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -30,4 +30,5 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add en fr solution-{en,fr} - ! git diff --cached --quiet && git commit -m "Exercise and solution notebooks rebuilt" && git push + MSG="Compilation de la révision ${{github.sha}}" + ! git diff --cached --quiet && git commit -m "$MSG" && git push