deno.land / x / manual@v1.28.2 / .github / workflows / main.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: mainon: workflow_run: types: - requested workflows: - ci
jobs: post_status_check: name: Post PR preview status runs-on: ubuntu-22.04 steps: - name: Create status item uses: Sibz/github-status-action@v1 with: authToken: ${{ github.token }} sha: ${{ github.event.workflow_run.head_sha }} context: PR preview state: success target_url: https://deno.land/manual@${{ github.event.workflow_run.head_sha }} - name: Create deployment uses: chrnorm/deployment-action@releases/v1 with: token: "${{ github.token }}" ref: ${{ github.event.workflow_run.head_sha }} environment: preview initial_status: success target_url: https://deno.land/manual@${{ github.event.workflow_run.head_sha }} description: PR preview
manual

Version Info

Tagged at
a year ago