Skip to content

Commit 44eb8e5

Browse files
committed
Dump GitHub context as action step
1 parent b36c777 commit 44eb8e5

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ defaults:
1414
shell: bash -l {0}
1515

1616
jobs:
17-
print:
18-
name: Print event
19-
runs-on: ubuntu-20.04
20-
steps:
21-
- name: Dump GitHub context
22-
env:
23-
GITHUB_CONTEXT: ${{ toJson(github) }}
24-
run: |
25-
echo "$GITHUB_CONTEXT"
26-
2717
build-and-deploy:
2818
name: Build and Deploy Docs
2919

@@ -39,6 +29,12 @@ jobs:
3929
with:
4030
access_token: ${{ github.token }}
4131

32+
- name: Dump GitHub context
33+
env:
34+
GITHUB_CONTEXT: ${{ toJson(github) }}
35+
run: |
36+
echo "$GITHUB_CONTEXT"
37+
4238
- name: Free Disk Space (Ubuntu)
4339
uses: jlumbroso/free-disk-space@main
4440
with:

0 commit comments

Comments
 (0)