From 8b466ea5fc00dcd400a57cc03db4537f0cb8fc81 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 2 Aug 2021 11:39:38 +0900 Subject: Use `${{}}` for if statement --- .github/workflows/spec_guards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/spec_guards.yml') diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml index f921d66c75..61ebeb33c1 100644 --- a/.github/workflows/spec_guards.yml +++ b/.github/workflows/spec_guards.yml @@ -35,4 +35,4 @@ jobs: } env: SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot - if: failure() && github.event_name == 'push' + if: ${{ failure() && github.event_name == 'push' }} -- cgit v1.2.3