devops: fix roll Node.js version of driver workflow

This commit is contained in:
Max Schmitt 2023-02-21 14:30:12 +01:00
parent cda830645d
commit 95dc8104e4

View File

@ -35,6 +35,7 @@ jobs:
if: ${{ steps.prepare-branch.outputs.HAS_CHANGES == '1' }}
uses: actions/github-script@v6
with:
github-token: ${{ secrets.REPOSITORY_DISPATCH_PERSONAL_ACCESS_TOKEN }}
script: |
await github.rest.pulls.create({
owner: 'microsoft',