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