Skip to content

add ci / refactor

add ci / refactor #14

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@ci
with:
to: "[email protected]"
subject: "${{ github.event.pull_request.head.sha || github.sha }}"
body: "<a href='https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'>view build</a>"
type: "text/html"