Skip to content

Commit bfc6a80

Browse files
committed
Remove debug output from GH Actions workflow
1 parent 3ff84a6 commit bfc6a80

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,6 @@ jobs:
3737
fi
3838
echo "::add-path::$HOME/.cargo/bin"
3939
40-
- name: Dump GitHub context
41-
env:
42-
GITHUB_CONTEXT: ${{ toJson(github) }}
43-
run: echo "$GITHUB_CONTEXT"
44-
- name: Dump runner context
45-
env:
46-
RUNNER_CONTEXT: ${{ toJson(runner) }}
47-
run: echo "$RUNNER_CONTEXT"
48-
- name: Dump strategy context
49-
env:
50-
STRATEGY_CONTEXT: ${{ toJson(strategy) }}
51-
run: echo "$STRATEGY_CONTEXT"
52-
- name: Dump matrix context
53-
env:
54-
MATRIX_CONTEXT: ${{ toJson(matrix) }}
55-
run: echo "$MATRIX_CONTEXT"
56-
5740
- name: Cache rustup
5841
uses: actions/cache@v1
5942
with:

0 commit comments

Comments
 (0)