File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 linkchecker :
88 runs-on : ubuntu-latest
99 # We only want to run this after the Netlify deploy preview has successfully been deployed.
10- if : ${{ github.event.check_run.name == 'netlify/cal-itp-mobility-marketplace /deploy-preview' && github.event.check_run.conclusion == 'success' }}
10+ if : ${{ github.event.check_run.name == 'netlify/compiler-actions-testing /deploy-preview' && github.event.check_run.conclusion == 'success' }}
1111
1212 steps :
1313 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 7.0.1
1919 - run : |
2020 pip install linkchecker
2121 linkchecker --check-extern -v ${{ github.event.check_run.details_url }}
22+
23+ debug-event-context :
24+ runs-on : ubuntu-latest
25+ steps :
26+ - env :
27+ EVENT_CONTEXT : ${{ toJSON(github.event) }}
28+ run : |
29+ echo $EVENT_CONTEXT
You can’t perform that action at this time.
0 commit comments