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 e9d8b30 commit ecc2949Copy full SHA for ecc2949
.github/workflows/script-test.yml
@@ -115,7 +115,7 @@ jobs:
115
- name: Post error comments
116
run: |
117
ERROR="false"
118
- SEARCH_LINE=".github/workflows/scripts/app-test/pr-build.func: line 113:"
+ SEARCH_LINE=".github/workflows/scripts/app-test/pr-build.func: line"
119
for FILE in ${{ env.ALL_FILES }}; do
120
STRIPPED_NAME=$(basename "$FILE" | sed 's/-install//' | sed 's/\.sh$//')
121
if [[ ! -f result_$STRIPPED_NAME.log ]]; then
0 commit comments