Skip to content

Commit 03539ae

Browse files
committed
test for gh action
1 parent a07c172 commit 03539ae

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
@@ -45,7 +45,7 @@ jobs:
4545
- name: import configuration data
4646
run: |
4747
cd ${{ github.workspace }}/configurationmigrationtool
48-
dotnet Dataverse.ConfigurationMigrationTool.Console.dll import --schema "${{ github.workspace }}/data/data_schema.xml" --data "${{ github.workspace }}/data/data.xml"
48+
dotnet Dataverse.ConfigurationMigrationTool.Console.dll import --schema "../data/data_schema.xml" --data "../data/data.xml"
4949
env:
5050
DOTNET_ENVIRONMENT: Production
5151

0 commit comments

Comments
 (0)