We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f80e7 commit 33c040aCopy full SHA for 33c040a
.github/workflows/build.yml
@@ -6,10 +6,6 @@ jobs:
6
test:
7
runs-on: ubuntu-latest
8
steps:
9
- - name: Dump GitHub context
10
- env:
11
- GITHUB_CONTEXT: ${{ toJson(github) }}
12
- run: echo "$GITHUB_CONTEXT"
13
- name: Set up Python 3
14
uses: actions/setup-python@v4
15
with:
.github/workflows/release.yml
@@ -8,10 +8,6 @@ jobs:
upload-release-assets:
- name: Translate Repo Name For Build Tools filename_prefix
16
id: repo-name
17
run: |
0 commit comments