From 6ab824f4c5f63ee40b917d71f58777ae8b98edbc Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 9 Dec 2021 17:56:31 -0500 Subject: [PATCH] ci: Reset back to main ostreedev branch Now that https://github.com/ostreedev/ostree-rs-ext/pull/180 landed. This completes the "ratcheting" we needed to do to land both PRs. --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3ef7a2d..f8108a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,8 +51,7 @@ jobs: - name: Checkout ostree-rs-ext uses: actions/checkout@v2 with: - repository: mkenigs/ostree-rs-ext - ref: cert_dir + repository: ostreedev/ostree-rs-ext path: ostree-rs-ext fetch-depth: 20 - name: Test ostree-rs-ext