diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 8e677e2..99677cc 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -5,8 +5,8 @@ jobs: runs-on: ubuntu-latest steps: - run: echo "Starting GitHub Actions Job" - - uses: cinotify/github-action@main + - uses: cinotify/github-action@33a8de3ada0623fa60f9ad449de0bd756118a5ac with: - to: 'example@example.com' - subject: 'building main' - body: 'This is a notification from GitHub actions.' \ No newline at end of file + to: 'jesse@jesse.sh' + subject: 'testing node 20' + body: 'message sent successfully' \ No newline at end of file