Skip to content

Commit 427141e

Browse files
Update gh-sync.yml to fix tracking bugs
1 parent f56bdd8 commit 427141e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: 'Trigger gh-sync'
15-
uses: craigloewen-msft/gh-sync/gh-sync@main
15+
uses: craigloewen-msft/gh-sync@main
1616
with:
1717
ado-organization-url: ${{ secrets.AZURE_DEVOPS_URL }}
1818
ado-project: ${{ secrets.AZURE_DEVOPS_PROJECT }}
@@ -37,4 +37,4 @@ jobs:
3737
issue-number: ${{github.event.issue.number}} # Auto-generated from GitHub action
3838
ado-token: ${{ secrets.AZURE_DEVOPS_TOKEN }} # Your Personal Access Token (PAT)
3939
github-token: ${{ secrets.GITHUB_TOKEN }} # Auto-generated from GitHub action
40-
40+

0 commit comments

Comments
 (0)