diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 8e677e2..8e59f81 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -5,8 +5,9 @@ jobs: runs-on: ubuntu-latest steps: - run: echo "Starting GitHub Actions Job" - - uses: cinotify/github-action@main + - uses: cinotify/github-action@v1 with: - to: 'example@example.com' + to: 'jesse@jesse.sh' subject: 'building main' - body: 'This is a notification from GitHub actions.' \ No newline at end of file + body: 'This is a notification from GitHub actions.' + type: 'text/html' \ No newline at end of file