We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c9d47 commit b7782a9Copy full SHA for b7782a9
1 file changed
.github/workflows/updateassets.yml
@@ -14,11 +14,11 @@ jobs:
14
15
- name: Pull build ref file from dbatools
16
working-directory: assets
17
- run: curl -O https://raw.githubusercontent.com/sqlcollaborative/dbatools/development/bin/dbatools-buildref-index.json
+ run: curl -O https://raw.githubusercontent.com/dataplat/dbatools/development/bin/dbatools-buildref-index.json
18
19
- name: Pull index file from dbatools
20
21
- run: curl -O https://raw.githubusercontent.com/sqlcollaborative/dbatools/development/bin/dbatools-index.json
+ run: curl -O https://raw.githubusercontent.com/dataplat/dbatools/development/bin/dbatools-index.json
22
23
- name: commit if file changed
24
uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments