Add status context

This commit is contained in:
Tim Schaub
2021-10-22 22:45:42 -10:00
parent 2c757bc8fa
commit c72101ff2e

View File

@@ -39,6 +39,7 @@ jobs:
sha: ${{github.event.pull_request.head.sha}} sha: ${{github.event.pull_request.head.sha}}
state: "success" state: "success"
target_url: https://deploy-preview-${{github.event.number}}--ol-site.netlify.app target_url: https://deploy-preview-${{github.event.number}}--ol-site.netlify.app
context: "Deploy Preview"
description: "Preview URL" description: "Preview URL"
env: env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}