Skip to content

Commit b7782a9

Browse files
dataplat
1 parent e3c9d47 commit b7782a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/updateassets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414

1515
- name: Pull build ref file from dbatools
1616
working-directory: assets
17-
run: curl -O https://raw.githubusercontent.com/sqlcollaborative/dbatools/development/bin/dbatools-buildref-index.json
17+
run: curl -O https://raw.githubusercontent.com/dataplat/dbatools/development/bin/dbatools-buildref-index.json
1818

1919
- name: Pull index file from dbatools
2020
working-directory: assets
21-
run: curl -O https://raw.githubusercontent.com/sqlcollaborative/dbatools/development/bin/dbatools-index.json
21+
run: curl -O https://raw.githubusercontent.com/dataplat/dbatools/development/bin/dbatools-index.json
2222

2323
- name: commit if file changed
2424
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)