diff --git a/.github/workflows/resultat.yml b/.github/workflows/resultat.yml index 3e02039..50c15c0 100644 --- a/.github/workflows/resultat.yml +++ b/.github/workflows/resultat.yml @@ -13,6 +13,9 @@ jobs: - name: Ajouter le fichier resultat_vote.txt run: git add ${{ github.workspace }}/resultat_vote.txt + + - name: Committer les modifications + run: git commit -m "MAJ du resultat du vote" - name: Push les modifications run: git push origin main \ No newline at end of file