From 5c03493e305dea91f9941f97520928feca916228 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 22 Mar 2020 10:02:39 -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 5aff80e..d2efb6f 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