Skip to content

Commit

Permalink
Debug output for badge
Browse files Browse the repository at this point in the history
  • Loading branch information
JBenda committed Dec 13, 2023
1 parent 4c99776 commit d1dbb2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,14 @@ jobs:

reporting:
name: "Pull Request Report"
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'brwarner/inkcpp' }}
# if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'brwarner/inkcpp' }}
runs-on: ubuntu-latest
needs: compilation
steps:
# Download Ink Proof Results
- name: Debug
run: |
echo ${{github.event_name}} ${{github.event.pull_request.head.repo.full_name}} ${{github.event.pull_request.head.ref}} ${{github.event.pull_request.base.full_name}} ${{github.event.pull_request.base.ref}}
- uses: actions/download-artifact@v2
with:
name: results
Expand Down

0 comments on commit d1dbb2e

Please # to comment.