Skip to content

Commit

Permalink
Echo var content
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Havenstein committed Dec 3, 2024
1 parent 9172f9d commit 5451fa2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/snar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: SonarClouddebug
on:
workflow_run:
workflows:
- Unit Tests
types:
- completed
jobs:
sonardebug:
name: Run SonarCloud Analysis
runs-on: ubuntu-latest
#if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' }}
steps:
- name: debug
run: |
echo "github.event.workflow_run"
echo ${{ github.event.workflow_run }}
echo "github.event.workflow_run.conclusion"
echo ${{ github.event.workflow_run.conclusion }}
echo "github.event.workflow_run.event"
echo ${{ github.event.workflow_run.event }}

0 comments on commit 5451fa2

Please sign in to comment.