From 8df2e37a78a7dac90fbbd7bb716d024ffc66f179 Mon Sep 17 00:00:00 2001 From: Jesse Shawl Date: Fri, 22 Mar 2024 05:50:05 -0500 Subject: [PATCH 1/6] use text/html --- .github/workflows/demo.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 8e677e2..dd28f03 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@c47521dcf68e05f9d7cc7099321d5360b9529e19 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 From bd01ca020005092ae5363c83c205ba712a8961c9 Mon Sep 17 00:00:00 2001 From: Jesse Shawl Date: Fri, 22 Mar 2024 05:59:21 -0500 Subject: [PATCH 2/6] update action ref --- .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 dd28f03..13b7a56 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@c47521dcf68e05f9d7cc7099321d5360b9529e19 + - uses: cinotify/github-action@0c62d527821415994a41ed3df629c33bd276eb68 with: to: 'jesse@jesse.sh' subject: 'building main' From 8e360cdce77e0f2688fafe9cefc984044ee3e424 Mon Sep 17 00:00:00 2001 From: Jesse Shawl Date: Fri, 22 Mar 2024 06:03:59 -0500 Subject: [PATCH 3/6] test new ref --- .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 13b7a56..8b1247f 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@0c62d527821415994a41ed3df629c33bd276eb68 + - uses: cinotify/github-action@515f56a6a8b9dbfe21e57e31ec7c03d22614fb0f with: to: 'jesse@jesse.sh' subject: 'building main' From 983799aecc825f23e12cbf08112bc818fddb75af Mon Sep 17 00:00:00 2001 From: Jesse Shawl Date: Fri, 22 Mar 2024 06:06:24 -0500 Subject: [PATCH 4/6] use main --- .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 8b1247f..0e8596c 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@515f56a6a8b9dbfe21e57e31ec7c03d22614fb0f + - uses: cinotify/github-action@main with: to: 'jesse@jesse.sh' subject: 'building main' From 017c4309c7aa730456680846760d24030e4eb5ce Mon Sep 17 00:00:00 2001 From: Jesse Shawl Date: Fri, 22 Mar 2024 06:12:31 -0500 Subject: [PATCH 5/6] use version no --- .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 0e8596c..80df7ad 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@main + - uses: cinotify/github-action@1 with: to: 'jesse@jesse.sh' subject: 'building main' From 314565904c4e7832cf0eae94220aa6de889f0e76 Mon Sep 17 00:00:00 2001 From: Jesse Shawl Date: Fri, 22 Mar 2024 06:15:10 -0500 Subject: [PATCH 6/6] use v --- .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 80df7ad..8e59f81 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@1 + - uses: cinotify/github-action@v1 with: to: 'jesse@jesse.sh' subject: 'building main'