소스 검색

Update resultat.yml

main
Heuzef 8 달 전
부모
커밋
3ba0e08f62
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. +9
    -1
      .github/workflows/resultat.yml

+ 9
- 1
.github/workflows/resultat.yml 파일 보기

@@ -4,7 +4,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
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
run: python ${{ github.workspace }}/vote_borda.py > ${{ github.workspace }}/resultat_vote.txt

- name: Ajouter le fichier resultat_vote.txt
run: git add ${{ github.workspace }}/resultat_vote.txt

- name: Push les modifications
run: git push origin master

불러오는 중...
취소
저장