We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d254d26 commit 34d0f94Copy full SHA for 34d0f94
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.16.1
+# GitHub Action 0.16.2
7
8
```yaml
9
- uses: teaxyz/setup@v0
install.sh
@@ -444,7 +444,7 @@ check_shell_magic() {
444
return 1
445
esac
446
447
- if test -f "__TEA_SH_FILE" && command -v grep >/dev/null && grep --fixed-strings "$__TEA_ONE_LINER" "$__TEA_SH_FILE" --silent; then
+ if test -f "$__TEA_SH_FILE" && command -v grep >/dev/null && grep --fixed-strings "$__TEA_ONE_LINER" "$__TEA_SH_FILE" --silent; then
448
# shell magic already installed
449
return 0
450
fi
0 commit comments