Files
trouvetonprofile/.gitea/workflows/ping.yaml
Workflow config file is invalid. Please check your config file: yaml: line 14: mapping values are not allowed in this context
styve Lioumba f40f10b6d6 ping runner
2025-10-05 19:49:14 +02:00

15 lines
321 B
YAML

name: Ping
on:
push:
branches: ['**']
pull_request:
workflow_dispatch: # bouton "Run workflow" si ta version de Gitea le supporte
jobs:
show:
runs-on: ubuntu-latest # ou k3s (voir Étape C)
steps:
- run: echo "It works on $RUNNER_OS"
- run: echo "labels: ${{ toJson(runner.labels) }}"