We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552d466 commit ad79389Copy full SHA for ad79389
.github/workflows/previews-ods-ui.yaml
@@ -103,6 +103,14 @@ jobs:
103
**URL:** https://${{ steps.vars.outputs.branch }}.piveau-ln-preview.zazukoians.org/
104
**Note:** It may take a few minutes for the DNS to propagate, the certificate to be generated and the preview to be reachable.
105
106
+ - name: Status check
107
+ uses: Sibz/github-status-action@v1.1.6
108
+ with:
109
+ authToken: ${{ secrets.GITHUB_TOKEN }}
110
+ context: Preview deployed
111
+ state: success
112
+ target_url: https://${{ steps.vars.outputs.branch }}.piveau-ln-preview.zazukoians.org/
113
+
114
- name: Delete manifests
115
working-directory: ./opendata.swiss/ui/k8s
116
if: github.event.action == 'closed'
0 commit comments