Skip to content

Commit

Permalink
minor refactor (ci): remove --organisation-name flag from agenta init…
Browse files Browse the repository at this point in the history
… in cloud step
  • Loading branch information
aybruhm committed Nov 28, 2024
1 parent 0ade7d0 commit 77884fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-commands-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Run agenta init
run: |
APP_NAME="gh-cli-$(date +'%d-%m-%y_%H-%M-%S')"
AGENTA_API_KEY=${{ secrets.AGENTA_API_KEY }} agenta init --app-name $APP_NAME --backend-host https://cloud.agenta.ai --organisation-name team
AGENTA_API_KEY=${{ secrets.AGENTA_API_KEY }} agenta init --app-name $APP_NAME --backend-host https://cloud.agenta.ai
working-directory: examples/deprecated_sdk_v2/baby_name_generator
shell: bash
continue-on-error: false
Expand Down

0 comments on commit 77884fa

Please sign in to comment.