File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 token : ${{ secrets.GITHUB_TOKEN }}
2121 sha : ${{ github.event.commit.sha }}
2222 name : Check for broken links
23- details_url : https://github.com/compilerla/actions-testing/actions/runs/${{ github.run_id }}
23+ details_url : ${{ format(' https://github.com/compilerla/actions-testing/actions/runs/{0}', github.run_id) }}
2424 status : in_progress
2525 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 7.0.1
2626 with :
3636 with :
3737 token : ${{ secrets.GITHUB_TOKEN }}
3838 check_id : ${{ steps.init.outputs.check_id }}
39- details_url : https://github.com/compilerla/actions-testing/actions/runs/${{ github.run_id }}
39+ details_url : ${{ format(' https://github.com/compilerla/actions-testing/actions/runs/{0}', github.run_id) }}
4040 status : completed
4141 conclusion : ${{ job.status }}
4242
You can’t perform that action at this time.
0 commit comments