Browse Source

MAJ du workflow

main
Heuzef 8 months ago
parent
commit
0494fc02f8
2 changed files with 10 additions and 11 deletions
  1. +10
    -0
      .github/workflows/resultat.yml
  2. +0
    -11
      .github/workflows/winner.yml

+ 10
- 0
.github/workflows/resultat.yml View 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 View 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

Loading…
Cancel
Save