Changed to use gh-sync fork
Craig Loewen committed
Sep 27, 2023 at 10:48 UTC
f56bdd8e9e6e85d72933d184524049f3b600e2d5
1 file changed
+2
-2
.github/workflows/gh-sync.yml
+2
-2
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: 'Trigger gh-sync'
15
- uses: microsoft/gh-sync@main
15
+ uses: craigloewen-msft/gh-sync/gh-sync@main
16
with:
17
ado-organization-url: ${{ secrets.AZURE_DEVOPS_URL }}
18
ado-project: ${{ secrets.AZURE_DEVOPS_PROJECT }}
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
steps:
30
- name: 'Trigger gh-sync'
31
- uses: microsoft/gh-sync@main
31
+ uses: craigloewen-msft/gh-sync@main
32
with:
33
ado-organization-url: ${{ secrets.AZURE_DEVOPS_URL }}
34
ado-project: ${{ secrets.AZURE_DEVOPS_PROJECT }}