Skip to content

Commit 555ebd0

Browse files
committed
test for gh action
1 parent 9747192 commit 555ebd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
cd ${{ github.workspace }}/configurationmigrationtool
4848
chmod +x ./Dataverse.ConfigurationMigrationTool.Console
49-
./Dataverse.ConfigurationMigrationTool.Console import --schema ${{ github.workspace }}/data/data_schema.xml --data ${{ github.workspace }}/data/data.xml
49+
./Dataverse.ConfigurationMigrationTool.Console import --schema "${{ github.workspace }}/data/data_schema.xml" --data "${{ github.workspace }}/data/data.xml"
5050
env:
5151
DOTNET_ENVIRONMENT: Production
5252

0 commit comments

Comments
 (0)