Skip to content

Commit 76926b2

Browse files
update upload_team_config.sh to upload_team_config.py
1 parent 8f9474c commit 76926b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
echo "Backend URL: ${{ steps.get_backend_url.outputs.MACAE_URL_API }}"
193193
194194
# Run upload team config script with parameters
195-
bash infra/scripts/upload_team_config.sh \
195+
bash infra/scripts/upload_team_config.py \
196196
"${{ steps.get_backend_url.outputs.MACAE_URL_API }}" \
197197
"data/agent_teams" \
198198
"${{ secrets.AZURE_SUBSCRIPTION_ID }}"

0 commit comments

Comments
 (0)