|
|
@@ -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 |