diff --git a/.github/workflows/update-core-deps.yml b/.github/workflows/update-core-deps.yml index 7e0c97fae..83381e71a 100644 --- a/.github/workflows/update-core-deps.yml +++ b/.github/workflows/update-core-deps.yml @@ -26,13 +26,6 @@ jobs: - id: git-diff run: git diff --quiet HEAD baselines continue-on-error: true - # TODO: Remove the following command after the fork is created - - uses: lelia/forker@v0.0.1 - with: - token: ${{ secrets.TS_GITHUB_BOT_AUTH }} - owner: microsoft - repo: TypeScript-DOM-lib-generator - continue-on-error: true - uses: peter-evans/create-pull-request@v3 if: ${{ steps.git-diff.outcome == 'failure' }} with: