Skip to content

Commit dee6f90

Browse files
committed
fix(lint-release-notes): remove context dump
1 parent e3933cf commit dee6f90

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lint-release-notes/action.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ inputs:
2727
runs:
2828
using: composite
2929
steps:
30-
- name: Dump GitHub context
31-
env:
32-
GITHUB_CONTEXT: ${{ toJSON(github) }}
33-
shell: bash
34-
run: echo "$GITHUB_CONTEXT"
35-
3630
- name: Set vars
3731
id: source-vars
3832
shell: bash

0 commit comments

Comments
 (0)