Sfoglia il codice sorgente

MAJ du workflow

main
Heuzef 8 mesi fa
parent
commit
0494fc02f8
2 ha cambiato i file con 10 aggiunte e 11 eliminazioni
  1. +10
    -0
      .github/workflows/resultat.yml
  2. +0
    -11
      .github/workflows/winner.yml

+ 10
- 0
.github/workflows/resultat.yml Vedi File

@@ -0,0 +1,10 @@
name: Mis a jour du resultat du vote Borda
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Mis a jour du resultat du vote Borda
run: python ${{ github.workspace }}/vote_borda.py > ${{ github.workspace }}/resultat_vote.txt

+ 0
- 11
.github/workflows/winner.yml Vedi File

@@ -1,11 +0,0 @@
name: Mise à jour du vote
on:
- push

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Exécuter le script Python
run: python vote_borda.py > winner.txt

Caricamento…
Annulla
Salva