Skip to content

Commit

Permalink
use --env=false
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed May 23, 2023
1 parent 32297b3 commit 972ff14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* [`install.sh`](./install.sh) is delivered when you `curl tea.xyz`.
* This repository also provides the `tea` GitHub Action.

# GitHub Action 0.17.0
# GitHub Action 0.17.1

```yaml
- uses: teaxyz/setup@v0
Expand Down Expand Up @@ -33,6 +33,11 @@ We cannot install our shell magic into GitHub Actions. So unless your dev-env
includes the package or you manually add the package with `+:` you will need
to ensure it is called with a `tea` prefix, eg. `tea npx`.

## Should you Cache `~/.tea`?

No. tea packages are just tarballs. Caching is just a tarball. You’ll likely
just slow things down.

## Interesting Usages

At tea, we consider the version in the `README` the definitive version.
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ elif command -v git >/dev/null 2>&1; then
title="syncing"
fi

gum_func spin --title "$title pantry" -- "$TEA_EXENAME" --sync --cd / /bin/echo
gum_func spin --title "$title pantry" -- "$TEA_EXENAME" --sync --env=false

case $MODE in
install)
Expand Down

0 comments on commit 972ff14

Please sign in to comment.