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 fb6b01f commit 8bc9293Copy full SHA for 8bc9293
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
defaults:
17
run:
18
- shell: cat {0}
+ shell: echo "{0}"
19
steps:
20
- uses: actions/checkout@v4
21
with:
0 commit comments