Skip to content

Commit 90355f3

Browse files
authored
rebrand changes (#42)
TSIA
1 parent 2aca099 commit 90355f3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This action downloads the devbox CLI and installs the Nix packages defined in your `devbox.json`.
44

5-
[![version](https://img.shields.io/github/v/release/jetpack-io/devbox-install-action?color=green&label=version&sort=semver)](https://github.com/jetpack-io/devbox-install-action/releases) [![tests](https://github.com/jetpack-io/devbox-install-action/actions/workflows/test.yaml/badge.svg)](https://github.com/jetpack-io/devbox-install-action/actions/workflows/test.yaml?branch=main)
5+
[![version](https://img.shields.io/github/v/release/jetify-com/devbox-install-action?color=green&label=version&sort=semver)](https://github.com/jetify-com/devbox-install-action/releases) [![tests](https://github.com/jetify-com/devbox-install-action/actions/workflows/test.yaml/badge.svg)](https://github.com/jetify-com/devbox-install-action/actions/workflows/test.yaml?branch=main)
66

77
## Example Workflow
88

@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
2020
- name: Install devbox
21-
uses: jetpack-io/[email protected]
21+
uses: jetify-com/[email protected]
2222
2323
- name: Run arbitrary commands
2424
run: devbox run -- echo "done!"
@@ -47,7 +47,7 @@ Here's an example job with all inputs:
4747

4848
```
4949
- name: Install devbox
50-
uses: jetpack-io/[email protected]
50+
uses: jetify-com/[email protected]
5151
with:
5252
project-path: 'path-to-folder'
5353
enable-cache: 'true'

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
echo "latest_version=$DEVBOX_USE_VERSION" >> $GITHUB_ENV
3939
else
4040
tmp_file=$(mktemp)
41-
latest_url="https://releases.jetpack.io/devbox/stable/version"
41+
latest_url="https://releases.jetify.com/devbox/stable/version"
4242
curl --fail --silent --location --output "${tmp_file}" "${latest_url}"
4343
latest_version=$(cat "${tmp_file}")
4444
if [[ -n ${latest_version} ]]; then
@@ -65,7 +65,7 @@ runs:
6565
DEVBOX_SHA256: ${{ inputs.sha256-checksum }}
6666
run: |
6767
export DEVBOX_USE_VERSION="${{ env.latest_version }}"
68-
curl -fsSL https://get.jetpack.io/devbox | FORCE=1 bash
68+
curl -fsSL https://get.jetify.com/devbox | FORCE=1 bash
6969
7070
version=$(devbox version)
7171
if [[ ! "$version" = "$DEVBOX_USE_VERSION" ]]; then

0 commit comments

Comments
 (0)