Skip to content

Commit

Permalink
[pinpoint-apm#8243] remove debug workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Nov 11, 2021
1 parent b52c4cf commit 069aba5
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,6 @@ jobs:
repository-dispatch-event:
runs-on: ubuntu-20.04
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump job context
env:
JOB_CONTEXT: ${{ toJSON(job) }}
run: echo "$JOB_CONTEXT"
- name: Dump steps context
env:
STEPS_CONTEXT: ${{ toJSON(steps) }}
run: echo "$STEPS_CONTEXT"
- name: Dump runner context
env:
RUNNER_CONTEXT: ${{ toJSON(runner) }}
run: echo "$RUNNER_CONTEXT"
- name: Dump strategy context
env:
STRATEGY_CONTEXT: ${{ toJSON(strategy) }}
run: echo "$STRATEGY_CONTEXT"
- name: Dump matrix context
env:
MATRIX_CONTEXT: ${{ toJSON(matrix) }}
run: echo "$MATRIX_CONTEXT"
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
Expand Down

0 comments on commit 069aba5

Please sign in to comment.