Skip to content

Commit afd9753

Browse files
committed
Fix scaript name
1 parent 28b209b commit afd9753

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/workflows
  • {{cookiecutter.project_name|replace(" ", "")}}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

{{cookiecutter.project_name|replace(" ", "")}}/scripts/scan_

Whitespace-only changes.

0 commit comments

Comments
 (0)