Skip to content

Commit 599c0a8

Browse files
committed
typo
1 parent e8a2d39 commit 599c0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "Commenting on issue #$issue_number"
7979
if ! gh issue comment "$issue_number" --body "A change related to this issue was included in [release **$CURRENT_TAG**](https://github.com/${{ github.repository }}/releases/tag/$CURRENT_TAG)."; then
8080
echo "::error::Failed to comment on issue #$issue_number"
81-
FAILURES="$FAILURES #$issuenumber"
81+
FAILURES="$FAILURES #$issue_number"
8282
fi
8383
fi
8484
done < <(echo "$ISSUE_NUMBERS" | tr ' ' '\n')

0 commit comments

Comments
 (0)