diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 8e677e2..c570624 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -4,9 +4,12 @@ jobs: First-Step: runs-on: ubuntu-latest steps: + - name: Check out repository code + uses: actions/checkout@v4 - run: echo "Starting GitHub Actions Job" - uses: cinotify/github-action@main 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: "building main" + body: "This is a notification from GitHub actions." + attachment: "${{github.workspace}}/README.md"