From efaefc688c7af58016e578bb3b1f9d34363dc0f9 Mon Sep 17 00:00:00 2001 From: "Andres M. Julia" Date: Mon, 8 Nov 2021 14:12:36 -0300 Subject: [PATCH] Readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1c662..ba07ddd 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ In your `steps`: ```yaml - name: Send PagerDuty alert on failure if: ${{ failure() }} - uses: Entle/action-pagerduty-alert@0.1.0 + uses: smartcontractkit/action-pagerduty-alert@0.1.0 with: alert-summary: 'Example alert failed because of xyz' alert-severity: 'warning'