We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b51086 commit dbfaa14Copy full SHA for dbfaa14
1 file changed
.github/workflows/create_website_pr.yml
@@ -5,8 +5,11 @@ on: release
5
jobs:
6
website:
7
runs-on: ubuntu-latest
8
- needs: build-arm
9
steps:
+ - name: Dump GitHub context
10
+ env:
11
+ GITHUB_CONTEXT: ${{ toJson(github) }}
12
+ run: echo "$GITHUB_CONTEXT"
13
- name: Set up Python 3.5
14
uses: actions/setup-python@v1
15
with:
0 commit comments