Niyanta_repo1/.forgejo/workflows/Demo.yaml

18 lines
279 B
YAML
Raw Permalink Normal View History

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"