Skip to content

Commit 04f6b42

Browse files
committed
build: use correct name of script file
1 parent a80835b commit 04f6b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ jobs:
397397
ERROR_LOG=$(mktemp)
398398
grep -B 1 -A 2 "style:\|warning:\|error:" <<< "${{ steps.lint-c.outputs.stderr }}" > $ERROR_LOG
399399
400-
. "$GITHUB_WORKSPACE/.github/workflows/scripts/create_lint_sub_issue.sh" \
400+
. "$GITHUB_WORKSPACE/.github/workflows/scripts/create_lint_sub_issue" \
401401
"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
402402
"C" \
403403
"3235" \ # Number of C lint error tracking issue

0 commit comments

Comments
 (0)