Explorar el Código

Update resultat.yml

main
Heuzef hace 8 meses
padre
commit
61513cbd40
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      .github/workflows/resultat.yml

+ 3
- 0
.github/workflows/resultat.yml Ver fichero

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

Cargando…
Cancelar
Guardar