File tree Expand file tree Collapse file tree
{{cookiecutter.project_name|replace(" ", "")}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 - name : Checkout the repository
122122 uses : actions/checkout@v4
123123 - name : Scan workflow logs for warnings and errors
124- run : scripts/scan-workflow-logs .sh ${{ github.run_id }}
124+ run : scripts/scan_workflow_logs .sh ${{ github.run_id }}
125125 env :
126126 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
127127 - name : Finalize
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 - name : Checkout the repository
150150 uses : actions/checkout@v4
151151 - name : Scan workflow logs for warnings and errors
152- run : scripts/scan-workflow-logs .sh {% raw %}${{ github.run_id }}{% endraw %}
152+ run : scripts/scan_workflow_logs .sh {% raw %}${{ github.run_id }}{% endraw %}
153153 env :
154154 GITHUB_TOKEN : " {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}"
155155 - name : Finalize
You can’t perform that action at this time.
0 commit comments