We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acb29f commit 5b650a0Copy full SHA for 5b650a0
.github/workflows/createAdo.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
name: Syncing to Azure DevOps
11
steps:
12
- - uses: captainbrosset/github-actions-issue-to-work-item@simple-sync
+ - uses: champnic/github-actions-issue-to-work-item@simple-sync
13
env:
14
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
15
ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'
0 commit comments