We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30755d8 commit bbda858Copy full SHA for bbda858
.github/workflows/test.yml
@@ -204,7 +204,7 @@ jobs:
204
runs-on: ubuntu-latest
205
steps:
206
- uses: actions/checkout@v4
207
- - run: echo "nodejs 16.0.0\nruby 3.4.0" > .tool-versions
+ - run: echo -e "nodejs 16.0.0\nruby 3.4.0" > .tool-versions
208
- uses: ./
209
- run: ruby -v | grep -F "ruby 3.4.0"
210
@@ -213,7 +213,7 @@ jobs:
213
214
215
216
- - run: echo "[tools]\nnode = '18'\nruby = '3.4.0'" > mise.toml
+ - run: echo -e "[tools]\nnode = '18'\nruby = '3.4.0'" > mise.toml
217
218
219
0 commit comments