Skip to content

Commit 03cb049

Browse files
committed
Remove dumping GitHub context
1 parent 93fee3d commit 03cb049

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/images.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
if: github.repository_owner == 'adafruit'
1919
runs-on: ubuntu-20.04
2020
steps:
21-
- name: Dump GitHub context
22-
uses: actions/github-script@v6
23-
with:
24-
script: console.log(JSON.stringify(context, null, 2))
2521
- uses: actions/checkout@v3
2622

2723
- name: checkout submodules

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
upload-release-assets:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Dump GitHub context
16-
uses: actions/github-script@v6
17-
with:
18-
script: console.log(JSON.stringify(context, null, 2))
1915
- name: Set up Python 3.10
2016
uses: actions/setup-python@v4
2117
with:

0 commit comments

Comments
 (0)