ソースを参照

Update resultat.yml

main
Heuzef 8ヶ月前
コミット
61513cbd40
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      .github/workflows/resultat.yml

+ 3
- 0
.github/workflows/resultat.yml ファイルの表示

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

読み込み中…
キャンセル
保存