Niyanta_repo1/.forgejo/workflows/Demo.yaml
Niyantaben_Patoliya 232920ce46
Some checks failed
Demo / test (push) Has been cancelled
.forgejo/workflows/Demo.yaml aktualisiert
2026-04-16 10:21:23 +00:00

18 lines
No EOL
279 B
YAML

name: Demo
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Output Hello
run: echo "The workflow is running successfully"