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 dff05b9 commit 6824e6dCopy full SHA for 6824e6d
.github/workflows/cli-verify-json-pr.yml
@@ -73,7 +73,7 @@ jobs:
73
74
- name: get 10 lines
75
run: |
76
- cat "${{ env.JSON_SPEC_PATH }}" | head 10
+ cat "${{ env.JSON_SPEC_PATH }}" | head -10
77
78
- name: Install Linode CLI dependencies
79
0 commit comments