Skip to content

Commit

Permalink
Merge pull request #342 from stweil/workflow
Browse files Browse the repository at this point in the history
[MAINTENANCE] Fix workflow for build, test and publish
  • Loading branch information
beatrycze-volk authored Feb 26, 2025
2 parents 20c23d9 + d0e7d0e commit 1c537e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout DFG-Viewer repository
uses: actions/checkout@v4
with:
repository: slub/dfg-viewer
repository: ${{ github.repository }}
path: ./Docker/build/extensions/dfg-viewer

- name: Checkout Kitodo.Presentation repository
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Checkout SLUB Digital Collections repository
uses: actions/checkout@v4
with:
repository: slub/slub_digitalcollections
repository: ${{ github.repository_owner }}/slub_digitalcollections
path: ./Docker/build/extensions/slub_digitalcollections

- name: Prepare environment
Expand Down

0 comments on commit 1c537e9

Please sign in to comment.