From c72101ff2e19cc38ca03cb57aba8d6fe75d30a3f Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 22 Oct 2021 22:45:42 -1000 Subject: [PATCH] Add status context --- .github/workflows/deploy-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 90e1ec6fb6..ad37356369 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -39,6 +39,7 @@ jobs: sha: ${{github.event.pull_request.head.sha}} state: "success" target_url: https://deploy-preview-${{github.event.number}}--ol-site.netlify.app + context: "Deploy Preview" description: "Preview URL" env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}