Skip to content

Commit

Permalink
Update import action.yml - use the right BE
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored Dec 6, 2024
1 parent 4806add commit f0f6bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/import-db/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
DB5PORT: 15432
DB5NAME: dspace-import-db5
DB7PORT: 543${{ inputs.INSTANCE }}
BEURL: http://dev-5.pc:8${{ inputs.INSTANCE }}/server/api
BEURL: https://dev-5.pc:8443/repository/server/api
run: |
docker stop $DB5NAME || true
echo "====="
Expand Down

0 comments on commit f0f6bc7

Please sign in to comment.