We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fee3d commit 03cb049Copy full SHA for 03cb049
.github/workflows/images.yml
@@ -18,10 +18,6 @@ jobs:
18
if: github.repository_owner == 'adafruit'
19
runs-on: ubuntu-20.04
20
steps:
21
- - name: Dump GitHub context
22
- uses: actions/github-script@v6
23
- with:
24
- script: console.log(JSON.stringify(context, null, 2))
25
- uses: actions/checkout@v3
26
27
- name: checkout submodules
.github/workflows/release.yml
@@ -12,10 +12,6 @@ jobs:
12
upload-release-assets:
13
runs-on: ubuntu-latest
14
15
16
17
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
0 commit comments