Skip to content

Commit

Permalink
rename app name
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed May 16, 2024
1 parent aa5a0ec commit ec7146c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-commands-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Run agenta init
run: |
APP_NAME="gh-cli-$(shuf -i 1000-9999 -n 1)"
APP_NAME="gh-cli-$(date +'%y-%m-%d_%H-%M-%S')"
cd examples/baby_name_generator
agenta init --app_name $APP_NAME --backend_host ${{ secrets.BACKEND_HOST }}
shell: bash
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Run agenta init
run: |
APP_NAME="gh-cli-$(shuf -i 1000-9999 -n 1)"
APP_NAME="gh-cli-$(date +'%y-%m-%d_%H-%M-%S')"
cd examples/baby_name_generator
AGENTA_API_KEY=${{ secrets.AGENTA_API_KEY }} agenta init --app_name $APP_NAME --backend_host https://cloud.agenta.ai --organisation team
shell: bash
Expand Down

0 comments on commit ec7146c

Please sign in to comment.