Skip to content

Commit 2b8ce7c

Browse files
committed
Fix typo
1 parent 39a0b85 commit 2b8ce7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
Have a file in the repository root with the nightly toolchain version to use.
179179
180180
```bash
181-
$ cat nightly_version
181+
$ cat nightly-version
182182
nightly-2024-04-30
183183
```
184184

@@ -195,7 +195,7 @@ jobs:
195195
uses: actions/checkout@v4
196196
- name: Read nightly version
197197
id: read_toolchain
198-
run: echo "nightly_version=$(cat nightly_version)" >> $GITHUB_OUTPUT
198+
run: echo "nightly_version=$(cat nightly-version)" >> $GITHUB_OUTPUT
199199

200200
Nightly: # 2 jobs, one per manifest.
201201
name: Test - nightly toolchain

0 commit comments

Comments
 (0)