Skip to content

Commit a0b7914

Browse files
committed
fix
1 parent 1e359b8 commit a0b7914

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
cd $REDMINE_PATH
4040
ln -s ${{ github.workspace }} $REDMINE_PATH/plugins/$PLUGIN_NAME
41-
cp ${{ github.workspace }}/.github/workflows/database.yml $REDMINE_PATH/config/database.yml
41+
cp ${{ github.workspace }}/.github/database.yml $REDMINE_PATH/config/database.yml
4242
bundle install
4343
bundle exec rake db:create db:migrate redmine:plugins:migrate
4444

0 commit comments

Comments
 (0)