Skip to content

Commit f480c58

Browse files
committed
trying this again
1 parent 3cbc59b commit f480c58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
username: ${{ github.repository_owner }}
3232
password: ${{ secrets.GITHUB_TOKEN }}
3333

34-
- name: Discover and pull agentex-python packages
34+
- name: Discover and pull scale-agentex-python packages
3535
env:
3636
GH_TOKEN: ${{ github.token }}
3737
run: |
38-
echo "🔍 Discovering packages from agentex-python repo..."
38+
echo "🔍 Discovering packages from scale-agentex-python repo..."
3939
4040
# Get package names using the API query
41-
PACKAGES=$(gh api "orgs/scaleapi/packages?package_type=container" --jq '.[] | select(.repository.name == "agentex-python") | .name')
41+
PACKAGES=$(gh api "orgs/scaleapi/packages?package_type=container" --jq '.[] | select(.repository.name == "scale-agentex-python") | .name')
4242
4343
if [ -z "$PACKAGES" ]; then
4444
echo "❌ No packages found in agentex-python repo"

0 commit comments

Comments
 (0)