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 39a0b85 commit 2b8ce7cCopy full SHA for 2b8ce7c
ci/README.md
@@ -178,7 +178,7 @@ jobs:
178
Have a file in the repository root with the nightly toolchain version to use.
179
180
```bash
181
-$ cat nightly_version
+$ cat nightly-version
182
nightly-2024-04-30
183
```
184
@@ -195,7 +195,7 @@ jobs:
195
uses: actions/checkout@v4
196
- name: Read nightly version
197
id: read_toolchain
198
- run: echo "nightly_version=$(cat nightly_version)" >> $GITHUB_OUTPUT
+ run: echo "nightly_version=$(cat nightly-version)" >> $GITHUB_OUTPUT
199
200
Nightly: # 2 jobs, one per manifest.
201
name: Test - nightly toolchain
0 commit comments