Skip to content

Commit

Permalink
ci: Use igraph repo for vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Feb 2, 2025
1 parent bab3709 commit a707ecb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/vendor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- uses: actions/checkout@v4
with:
repository: duckdb/duckdb
path: .git/duckdb
repository: igraph/igraph
path: .git/igraph
fetch-depth: 0

- uses: ./.github/workflows/git-identity
Expand All @@ -44,8 +44,8 @@ jobs:
id: vendor
run: |
git pull --rebase
./vendor-one.sh .git/duckdb
rm -rf .git/duckdb
./vendor-one.sh .git/igraph
rm -rf .git/igraph
git push --dry-run
# Check if ahead of upstream branch
# If yes, set a step output
Expand Down

0 comments on commit a707ecb

Please sign in to comment.