Skip to content

Commit 7b4c56e

Browse files
Refactor schema sync to postman (#105)
* REFACTOR: Refactored the file structure to be sync in the Postman * FIX: Fix the branch name to run the actions on * FIX: Reformatted the filename in action
1 parent 799cdf4 commit 7b4c56e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/sync-admin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8-
- './admin.rest.swagger-v2.1.json'
8+
- 'admin.rest.swagger-v2.1.json'
99

1010
jobs:
1111
upload-swagger:

.github/workflows/sync-click.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8-
- './click.rest.swagger-v1.json'
8+
- 'click.rest.swagger-v1.json'
99

1010
jobs:
1111
upload-swagger:

.github/workflows/sync-connect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8-
- './connect.schema-v2.json'
8+
- 'connect.schema-v2.json'
99

1010
jobs:
1111
upload-swagger:

.github/workflows/sync-esign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8-
- './esignature.rest.swagger-v2.1.json'
8+
- 'esignature.rest.swagger-v2.1.json'
99

1010
jobs:
1111
upload-swagger:

.github/workflows/sync-maestro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8-
- './maestro.rest.swagger-v1.0.0.json'
8+
- 'maestro.rest.swagger-v1.0.0.json'
99

1010
jobs:
1111
upload-swagger:

.github/workflows/sync-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8-
- './monitor.rest.swagger-v2.0.json'
8+
- 'monitor.rest.swagger-v2.0.json'
99

1010
jobs:
1111
upload-swagger:

.github/workflows/sync-rooms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8-
- './rooms.rest.swagger-v2.json'
8+
- 'rooms.rest.swagger-v2.json'
99

1010
jobs:
1111
upload-swagger:

.github/workflows/sync-webforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8-
- './webforms.rest.swagger-v1.1.0.json'
8+
- 'webforms.rest.swagger-v1.1.0.json'
99

1010
jobs:
1111
upload-swagger:

0 commit comments

Comments
 (0)