From ed186f154d20ff75741138146376d0d8ba925b55 Mon Sep 17 00:00:00 2001 From: Adam Leventhal Date: Sat, 6 Jan 2024 00:08:01 -0800 Subject: [PATCH] update update logic (#501) --- .github/workflows/integrate.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 40a3cff2..37de50c2 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -94,8 +94,7 @@ jobs: # Perform the update and capture the new commit on the integration branch git checkout $INT_BRANCH - cargo update -p progenitor - cargo update -p progenitor-client + cargo update -p https://github.com/oxidecomputer/progenitor TO=$(cargo tree -i progenitor | grep -Eo '#([0-9a-z]+)') echo "from=${FROM:1}" >> $GITHUB_OUTPUT