Skip to content

Commit cd0dce4

Browse files
committed
fix typo
1 parent 785952e commit cd0dce4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/file-merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: Merge me!
1818
run : |
1919
mkdir output
20-
cat "Migration script/openIMIS migration latest.sql" "Migration script/storedProceduresl/*" > output/fullMigrationScipt.sql
21-
cat "Empty databasesopenIMIS_ONLINE.sql" "Migration script/storedProceduresl/*" > output/fullEmptyDatabase.sql
22-
cat "Empty databasesopenIMIS_ONLINE.sql" "Demo database/openIMIS_demo_ONLINE.sql" "Migration script/storedProceduresl/*" > output/fullDemoDatabase.sql
20+
cat "Migration script/openIMIS migration latest.sql" "Migration script/storedProcedures/*" > output/fullMigrationScipt.sql
21+
cat "Empty databasesopenIMIS_ONLINE.sql" "Migration script/storedProcedures/*" > output/fullEmptyDatabase.sql
22+
cat "Empty databasesopenIMIS_ONLINE.sql" "Demo database/openIMIS_demo_ONLINE.sql" "Migration script/storedProcedures/*" > output/fullDemoDatabase.sql
2323
- name: Publish artifact
2424
uses: actions/upload-artifact@master
2525
with:

0 commit comments

Comments
 (0)