Browse Source

Update resultat.yml

main
Heuzef 8 months ago
parent
commit
61513cbd40
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .github/workflows/resultat.yml

+ 3
- 0
.github/workflows/resultat.yml View File

@@ -13,6 +13,9 @@ jobs:


- name: Ajouter le fichier resultat_vote.txt - name: Ajouter le fichier resultat_vote.txt
run: git add ${{ github.workspace }}/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 - name: Push les modifications
run: git push origin main run: git push origin main

Loading…
Cancel
Save