Skip to content

Commit cb2128b

Browse files
Update gh-actions.yml
1 parent c1daa8d commit cb2128b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Define docker helper
2828
run: |
29-
echo 'runInContainer() { docker exec test-container "$@"; }' > $HOME/ci_functions.sh
29+
echo -e 'runInContainer() { docker exec test-container "$@"; }\n' > "$HOME/ci_functions.sh"
3030
echo "BASH_ENV=$HOME/ci_functions.sh" >> $GITHUB_ENV
3131
3232
- name: Start container
@@ -67,4 +67,4 @@ jobs:
6767
runInContainer ./ci_build_stubs.sh -t -g -p
6868
else
6969
echo "Skipping stub generation"
70-
fi
70+
fi

0 commit comments

Comments
 (0)