Skip to content

Commit d9426e7

Browse files
committed
Correct link to reusable workflow
1 parent f9ef0d2 commit d9426e7

6 files changed

Lines changed: 12 additions & 12 deletions

.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: [ 'netcoreapp2.0' ]
39-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@6.0
39+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@6.0
4040
with:
4141
storage: firebird30
4242
build_config: Release

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
net: [ 'netcoreapp2.0' ]
44-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@6.0
44+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@6.0
4545
with:
4646
storage: mssql2017
4747
build_config: Release
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
matrix:
6363
net: [ 'netcoreapp2.0' ]
64-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@6.0
64+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@6.0
6565
with:
6666
storage: mssql2019
6767
build_config: Release

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
net: [ 'netcoreapp2.0' ]
44-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@6.0
44+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@6.0
4545
with:
4646
storage: mysql55
4747
build_config: Release
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
matrix:
6363
net: [ 'netcoreapp2.0' ]
64-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@6.0
64+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@6.0
6565
with:
6666
storage: mysql56
6767
build_config: Release

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
net: [ 'netcoreapp2.0' ]
44-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@6.0
44+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@6.0
4545
with:
4646
storage: pgsql100
4747
build_config: Release
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
matrix:
6363
net: [ 'netcoreapp2.0' ]
64-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@6.0
64+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@6.0
6565
with:
6666
storage: pgsql110
6767
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@master
47+
# uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@master
4848
# with:
4949
# storage: pgsql90
5050
# build_config: Release
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
net: [ 'netcoreapp2.0' ]
67-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@6.0
67+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@6.0
6868
with:
6969
storage: pgsql91
7070
build_config: Release
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
matrix:
8686
net: [ 'netcoreapp2.0' ]
87-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@6.0
87+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@6.0
8888
with:
8989
storage: pgsql92
9090
build_config: Release
@@ -104,7 +104,7 @@ jobs:
104104
strategy:
105105
matrix:
106106
net: [ 'netcoreapp2.0' ]
107-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@6.0
107+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@6.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: [ 'netcoreapp2.0' ]
39-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@6.0
39+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@6.0
4040
with:
4141
storage: sqlite3
4242
build_config: Release

0 commit comments

Comments
 (0)