Skip to content

Commit 8a9446c

Browse files
committed
Update Workflows
1 parent c55468d commit 8a9446c

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.github/workflows/dev.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939

40+
- name: "Debug CTX github"
41+
continue-on-error: true
42+
env:
43+
GITHUB_CTX: ${{ toJSON(github) }}
44+
run: echo "$GITHUB_CTX"
45+
4046
- name: "Setup Node 24"
4147
uses: actions/setup-node@v6
4248
with:

.github/workflows/lint.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
- name: "Checkout"
1919
uses: actions/checkout@v5
2020

21+
- name: "Debug CTX github"
22+
continue-on-error: true
23+
env:
24+
GITHUB_CTX: ${{ toJSON(github) }}
25+
run: echo "$GITHUB_CTX"
26+
2127
- name: "Setup Node 24"
2228
uses: actions/setup-node@v6
2329
with:

.github/workflows/pages.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535

36+
- name: "Debug CTX github"
37+
continue-on-error: true
38+
env:
39+
GITHUB_CTX: ${{ toJSON(github) }}
40+
run: echo "$GITHUB_CTX"
41+
3642
- name: "Setup Node 24"
3743
uses: actions/setup-node@v6
3844
with:
@@ -79,6 +85,7 @@ jobs:
7985
uses: sarisia/actions-status-discord@v1
8086
with:
8187
webhook: ${{ secrets.DISCORD_WEBHOOK }}
88+
description: ${{ steps.deployment.outputs.page_url }}
8289

8390
post:
8491
name: "Post-Deploy"
@@ -100,3 +107,4 @@ jobs:
100107
uses: sarisia/actions-status-discord@v1
101108
with:
102109
webhook: ${{ secrets.DISCORD_WEBHOOK }}
110+
description: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)