From 104c81762ac36266a1a5b92a422f6f6fbca6bb50 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 22 Mar 2020 10:02:17 -0500 Subject: [PATCH] Update mail-on-star.yml --- .github/workflows/mail-on-star.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mail-on-star.yml b/.github/workflows/mail-on-star.yml index 2ab4ea1..5aff80e 100644 --- a/.github/workflows/mail-on-star.yml +++ b/.github/workflows/mail-on-star.yml @@ -14,7 +14,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: ✨ Send email, you star - if: github.actor = WaylonWalker + if: github.actor = 'WaylonWalker' uses: dawidd6/action-send-mail@v1.3.0 with: server_address: smtp.gmail.com