File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments