Skip to content

Commit

Permalink
Update gh-sync.yml to fix tracking bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
craigloewen-msft committed Oct 3, 2023
1 parent f56bdd8 commit 427141e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-sync.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Trigger gh-sync'
uses: craigloewen-msft/gh-sync/gh-sync@main
uses: craigloewen-msft/gh-sync@main
with:
ado-organization-url: ${{ secrets.AZURE_DEVOPS_URL }}
ado-project: ${{ secrets.AZURE_DEVOPS_PROJECT }}
Expand All @@ -37,4 +37,4 @@ jobs:
issue-number: ${{github.event.issue.number}} # Auto-generated from GitHub action
ado-token: ${{ secrets.AZURE_DEVOPS_TOKEN }} # Your Personal Access Token (PAT)
github-token: ${{ secrets.GITHUB_TOKEN }} # Auto-generated from GitHub action


0 comments on commit 427141e

Please sign in to comment.