We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9867a75 commit a19b362Copy full SHA for a19b362
.github/workflows/ado.yml
@@ -9,7 +9,7 @@ jobs:
9
sync:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: captainbrosset/github-actions-issue-to-work-item@simple-sync
+ - uses: MicrosoftEdge/action-issue-to-workitem@main
13
env:
14
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
15
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
@@ -18,4 +18,4 @@ jobs:
18
ado_organization: 'microsoft'
19
ado_project: 'Edge'
20
ado_tags: 'EdgeDriverGitHubSync'
21
- ado_area_path: 'Edge\Web Experience\Developer Tools\Automation'
+ ado_area_path: 'Edge\Web Experience\Developer Tools\Automation'
0 commit comments