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 46b7c09 commit ea4dd44Copy full SHA for ea4dd44
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
steps:
72
- name: Create run-tests script
73
run: |
74
- echo > run-tests.sh << "EOF"
+ cat > run-tests.sh << "EOF"
75
#!/bin/bash -ex
76
ORG=$(echo "${1}" | cut -f '/' -d 1)
77
PACKAGE=$(echo "${1}" | cut -f '/' -d 2)
0 commit comments