Parcourir la source

Update resultat.yml

main
Heuzef il y a 2 mois
Parent
révision
feeb25ab89
1 fichiers modifiés avec 7 ajouts et 5 suppressions
  1. +7
    -5
      .github/workflows/resultat.yml

+ 7
- 5
.github/workflows/resultat.yml Voir le fichier

@@ -14,8 +14,10 @@ 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
- name: Commit and Push
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add ${{ github.workspace }}/resultat_vote.txt
git commit -m "Actualisation du resultat du vote Borda"
git push origin main

Chargement…
Annuler
Enregistrer