From 0b065cc737a1ec74279423171313859b6513a96f Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 5 Aug 2023 14:56:48 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d89b132..e8a565e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com This is a change made in response to the request from the nextest maintainer, which potentially increases the installation time of nextest and the possibility of network errors during installation. - If you encounter network errors, you should usually be able to work around them by setting `GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}` environment variables. + If you encounter network errors, you should usually be able to work around them by setting `GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}` environment variable. ## [2.13.6] - 2023-08-04