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 6c9dca5 commit 0f0af75Copy full SHA for 0f0af75
.github/workflows/build-docs.yml
@@ -7,6 +7,10 @@ jobs:
7
build:
8
runs-on: ubuntu-18.04
9
steps:
10
+ - name: Dump GitHub context
11
+ env:
12
+ GITHUB_CONTEXT: ${{ toJson(github) }}
13
+ run: echo "$GITHUB_CONTEXT"
14
- uses: actions/checkout@v2
15
- name: Set up Python
16
uses: actions/setup-python@v1
.github/workflows/publish.yml
@@ -9,6 +9,10 @@ jobs:
publish:
runs-on: ubuntu-latest
17
18
0 commit comments