Skip to content

Commit e7c0337

Browse files
committed
Correct link to reusable workflow
1 parent 62a52e6 commit e7c0337

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

.github/workflows/dispatched-firebird-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
net: [ 'netcoreapp3.1' ]
39-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
39+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
4040
with:
4141
storage: firebird30
4242
build_config: Release

.github/workflows/dispatched-mssql-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
net: [ 'netcoreapp3.1' ]
49-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
49+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
5050
with:
5151
storage: mssql2017
5252
build_config: Release
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
net: [ 'netcoreapp3.1' ]
69-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
69+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
7070
with:
7171
storage: mssql2019
7272
build_config: Release
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
matrix:
8888
net: [ 'netcoreapp3.1' ]
89-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
89+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
9090
with:
9191
storage: mssql2022
9292
build_config: Release

.github/workflows/dispatched-mysql5-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
net: [ 'netcoreapp3.1' ]
49-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
49+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
5050
with:
5151
storage: mysql55
5252
build_config: Release
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
net: [ 'netcoreapp3.1' ]
69-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
69+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
7070
with:
7171
storage: mysql56
7272
build_config: Release
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
matrix:
8888
net: [ 'netcoreapp3.1' ]
89-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
89+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
9090
with:
9191
storage: mysql57
9292
build_config: Release

.github/workflows/dispatched-pgsql10-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
matrix:
6363
net: [ 'netcoreapp3.1' ]
64-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
64+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
6565
with:
6666
storage: pgsql100
6767
build_config: Release
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
matrix:
8383
net: [ 'netcoreapp3.1' ]
84-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
84+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
8585
with:
8686
storage: pgsql110
8787
build_config: Release
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
matrix:
103103
net: [ 'netcoreapp3.1' ]
104-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
104+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
105105
with:
106106
storage: pgsql120
107107
build_config: Release
@@ -121,7 +121,7 @@ jobs:
121121
strategy:
122122
matrix:
123123
net: [ 'netcoreapp3.1' ]
124-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
124+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
125125
with:
126126
storage: pgsql130
127127
build_config: Release
@@ -141,7 +141,7 @@ jobs:
141141
strategy:
142142
matrix:
143143
net: [ 'netcoreapp3.1' ]
144-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
144+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
145145
with:
146146
storage: pgsql140
147147
build_config: Release
@@ -161,7 +161,7 @@ jobs:
161161
strategy:
162162
matrix:
163163
net: [ 'netcoreapp3.1' ]
164-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
164+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
165165
with:
166166
storage: pgsql150
167167
build_config: Release

.github/workflows/dispatched-pgsql9-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
#test_on_pgsql90:
4545
# name: Tests on PostgreSQL 9.0
4646
# if: ${{ inputs.pgsql90 }}
47-
# uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
47+
# uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
4848
# with:
4949
# storage: pgsql90
5050
# build_config: Release
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
net: [ 'netcoreapp3.1' ]
67-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
67+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
6868
with:
6969
storage: pgsql91
7070
build_config: Release
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
matrix:
8686
net: [ 'netcoreapp3.1' ]
87-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
87+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
8888
with:
8989
storage: pgsql92
9090
build_config: Release
@@ -104,7 +104,7 @@ jobs:
104104
strategy:
105105
matrix:
106106
net: [ 'netcoreapp3.1' ]
107-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
107+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
108108
with:
109109
storage: pgsql96
110110
build_config: Release

.github/workflows/dispatched-sqlite-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
net: [ 'netcoreapp3.1' ]
39-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.0
39+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
4040
with:
4141
storage: sqlite3
4242
build_config: Release

0 commit comments

Comments
 (0)