fix breaout match and debug output on get-result #40
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: run-crucible-tracking | |
| on: | |
| pull_request: | |
| types: [ opened ] | |
| issues: | |
| types: [ opened ] | |
| jobs: | |
| call-crucible-tracking: | |
| if: github.repository_owner == 'perftool-incubator' | |
| uses: perftool-incubator/crucible-ci/.github/workflows/crucible-tracking.yaml@main | |
| with: | |
| app_id: ${{ vars.APP_ID__PROJECT_CRUCIBLE_TRACKING }} | |
| secrets: | |
| private_key: ${{ secrets.PRIVATE_KEY__PROJECT_CRUCIBLE_TRACKING }} |