diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..c5a7bde --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,16 @@ +name: Gitea Actions Demo +run-name: ${{ github.actor }} teste le runner 🚀 +on: [push] + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Checkout du code + uses: actions/checkout@v4 + + - name: Dire bonjour + run: | + echo "Le runner fonctionne sur le cluster de Rémy !" + echo "Node actuel : $(hostname)" + echo "Date : $(date)" \ No newline at end of file