Skip to content

Commit

Permalink
Display Github Context
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed May 31, 2024
1 parent 20a1a24 commit 6f70196
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/trigger-circle-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
needs: get-branch
if: github.event_name == 'pull_request_target' && github.event.label.name == 'ci:docs'
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
- name: Trigger docs tests
run: >
curl -X POST --location "https://circleci.com/api/v2/project/gh/storybookjs/storybook/pipeline" \
Expand Down

0 comments on commit 6f70196

Please sign in to comment.