We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80835b commit 04f6b42Copy full SHA for 04f6b42
.github/workflows/lint_random_files.yml
@@ -397,7 +397,7 @@ jobs:
397
ERROR_LOG=$(mktemp)
398
grep -B 1 -A 2 "style:\|warning:\|error:" <<< "${{ steps.lint-c.outputs.stderr }}" > $ERROR_LOG
399
400
- . "$GITHUB_WORKSPACE/.github/workflows/scripts/create_lint_sub_issue.sh" \
+ . "$GITHUB_WORKSPACE/.github/workflows/scripts/create_lint_sub_issue" \
401
"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
402
"C" \
403
"3235" \ # Number of C lint error tracking issue
0 commit comments