We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f85ad commit d362110Copy full SHA for d362110
README.md
@@ -3,7 +3,7 @@
3
* [`install.sh`](./install.sh) is delivered when you `curl tea.xyz`.
4
* This repository also provides the `tea` GitHub Action.
5
6
-# GitHub Action 0.15.1
+# GitHub Action 0.15.2
7
8
```yaml
9
- uses: teaxyz/setup@v0
install.sh
@@ -420,6 +420,7 @@ check_shell_magic() {
420
bash)
421
__TEA_SH_FILE="$HOME/.bashrc"
422
__TEA_BTN_TXT="add one-liner to your \`~/.bashrc\`?"
423
+ __TEA_ONE_LINER="test -d \"$TEA_DESTDIR_WRITABLE\" && source /dev/stdin <<<\"\$(\"$TEA_DESTDIR_WRITABLE/tea.xyz/v*/bin/tea\" --magic=$SHELL --silent)\""
424
;;
425
elvish)
426
__TEA_SH_FILE="$HOME/.config/elvish/rc.elv"
0 commit comments