Skip to content

Commit 3e6c2cc

Browse files
committed
ci: Change echo to cat
1 parent b6b6e91 commit 3e6c2cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-test-cluster-neo4j-4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- name: Populate .env
2424
run: |
25-
echo <<<EOF > .env
25+
cat <<<EOF > .env
2626
PHP_VERSION=${{ matrix.php }}
2727
CONNECTION=neo4j://neo4j:testtest@neo4j
2828
EOF

.github/workflows/integration-test-cluster-neo4j-5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- name: Populate .env
2424
run: |
25-
echo <<<EOF > .env
25+
cat <<<EOF > .env
2626
PHP_VERSION=${{ matrix.php }}
2727
CONNECTION=neo4j://neo4j:testtest@neo4j
2828
EOF

0 commit comments

Comments
 (0)