Skip to content

Commit

Permalink
update update logic (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl authored Jan 6, 2024
1 parent a3e6e1b commit ed186f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed186f1

Please sign in to comment.