Skip to content

Commit

Permalink
feat: checking benchmark context
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Perrotte committed Jan 2, 2020
1 parent 58c803f commit 2cb0c69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Expand Up @@ -30,7 +30,9 @@ jobs:
env:
DISPATCH_REPO: "benchmarks"
DISPATCH_OWNER: "npm"
GITHUB_CONTEXT_EVENT: ${{ toJson(github.evnet) }}
run: |
echo "${GITHUB_CONTEXT_EVENT}"
curl \
-s \
-X POST https://api.github.com/repos/${DISPATCH_OWNER}/${DISPATCH_REPO}/dispatches \
Expand Down

0 comments on commit 2cb0c69

Please sign in to comment.