From 770bf0f754f2a625b868de74521b8268d05a066d Mon Sep 17 00:00:00 2001 From: Jesse Shawl Date: Thu, 21 Mar 2024 16:57:07 -0500 Subject: [PATCH 1/3] test node 20 --- .github/workflows/demo.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 8e677e2..c2fb4de 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@node20 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 From 0db70d7e173bcbb1ffb1f61637fc68abcb4db992 Mon Sep 17 00:00:00 2001 From: Jesse Shawl Date: Thu, 21 Mar 2024 16:59:34 -0500 Subject: [PATCH 2/3] use sha --- .github/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index c2fb4de..9b4f1e8 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - run: echo "Starting GitHub Actions Job" - - uses: cinotify/github-action@node20 + - uses: cinotify/github-action@33a8de3 with: to: 'jesse@jesse.sh' subject: 'testing node 20' From d8f4a65ecd579bd06497ef308cc98eddf03ae789 Mon Sep 17 00:00:00 2001 From: Jesse Shawl Date: Thu, 21 Mar 2024 17:00:19 -0500 Subject: [PATCH 3/3] use full sha --- .github/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 9b4f1e8..99677cc 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - run: echo "Starting GitHub Actions Job" - - uses: cinotify/github-action@33a8de3 + - uses: cinotify/github-action@33a8de3ada0623fa60f9ad449de0bd756118a5ac with: to: 'jesse@jesse.sh' subject: 'testing node 20'