Skip to content

add ci / refactor

add ci / refactor #3

Workflow file for this run

name: demo
on:
push: { branches: main }
pull_request: { branches: main }
workflow_dispatch:
jobs:
demo:
runs-on: ubuntu-latest
name: demo
steps:
- uses: cinotify/github-action@main
with:
to: "[email protected]"
subject: "${{ github.event.ref }}"
body: "<a href='https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'>view build</a>"
type: "text/html"