From a9f78ee64363abb4b83188b3e4f4b88f23469d43 Mon Sep 17 00:00:00 2001 From: Pier-Luc St-Onge Date: Tue, 28 Jan 2025 22:13:19 -0500 Subject: [PATCH] Commits automatiques des fichiers finaux --- .github/workflows/make.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index a4cc6f1..46f137c 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -22,3 +22,11 @@ jobs: - name: Rebuild the final notebooks run: | python make.py -r + + - name: Commit any change + run: | + 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 commit -m "Exercise and solution notebooks rebuilt" + git push