From 2b8ce7cecd49c48a62c75c6a00c8988a94c2c651 Mon Sep 17 00:00:00 2001 From: raphjaph Date: Tue, 5 Nov 2024 12:40:06 +0900 Subject: [PATCH] Fix typo --- ci/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/README.md b/ci/README.md index 8e6264c..c698f90 100644 --- a/ci/README.md +++ b/ci/README.md @@ -178,7 +178,7 @@ jobs: Have a file in the repository root with the nightly toolchain version to use. ```bash -$ cat nightly_version +$ cat nightly-version nightly-2024-04-30 ``` @@ -195,7 +195,7 @@ jobs: uses: actions/checkout@v4 - name: Read nightly version id: read_toolchain - run: echo "nightly_version=$(cat nightly_version)" >> $GITHUB_OUTPUT + run: echo "nightly_version=$(cat nightly-version)" >> $GITHUB_OUTPUT Nightly: # 2 jobs, one per manifest. name: Test - nightly toolchain