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 c1daa8d commit cb2128bCopy full SHA for cb2128b
1 file changed
.github/workflows/gh-actions.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Define docker helper
28
run: |
29
- echo 'runInContainer() { docker exec test-container "$@"; }' > $HOME/ci_functions.sh
+ echo -e 'runInContainer() { docker exec test-container "$@"; }\n' > "$HOME/ci_functions.sh"
30
echo "BASH_ENV=$HOME/ci_functions.sh" >> $GITHUB_ENV
31
32
- name: Start container
@@ -67,4 +67,4 @@ jobs:
67
runInContainer ./ci_build_stubs.sh -t -g -p
68
else
69
echo "Skipping stub generation"
70
- fi
+ fi
0 commit comments