From 8ea58720f1e1c1befc159a96b2db228c92b9c1f3 Mon Sep 17 00:00:00 2001 From: Paurikova2 Date: Mon, 24 Jun 2024 06:08:12 +0200 Subject: [PATCH] correct branch after test --- .github/actions/import-db/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/import-db/action.yml b/.github/actions/import-db/action.yml index 72a388f3e00..9120d1b1e30 100644 --- a/.github/actions/import-db/action.yml +++ b/.github/actions/import-db/action.yml @@ -27,7 +27,7 @@ runs: - uses: actions/checkout@v4 with: repository: dataquest-dev/dspace-import - ref: 'assetstore-test' + ref: 'main' submodules: 'recursive' path: 'dspace-import'