Skip to content

Commit 993115d

Browse files
authored
chore: Remove CI step to print build information (#1137)
For security concerns, could be a vector for shell injection. Not a huge concern but also better removed than not.
1 parent 2f66281 commit 993115d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525

2626
runs-on: ${{ matrix.os }}
2727
steps:
28-
- name: Print build information
29-
run: 'echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}, os: ${{ matrix.os }}, node: ${{ matrix.node }}'
3028
- uses: actions/checkout@v2
3129
with:
3230
submodules: recursive

0 commit comments

Comments
 (0)