We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76926b2 commit 8d258d4Copy full SHA for 8d258d4
1 file changed
.github/workflows/deploy.yml
@@ -192,7 +192,7 @@ jobs:
192
echo "Backend URL: ${{ steps.get_backend_url.outputs.MACAE_URL_API }}"
193
194
# Run upload team config script with parameters
195
- bash infra/scripts/upload_team_config.py \
+ python infra/scripts/upload_team_config.py \
196
"${{ steps.get_backend_url.outputs.MACAE_URL_API }}" \
197
"data/agent_teams" \
198
"${{ secrets.AZURE_SUBSCRIPTION_ID }}"
0 commit comments