Skip to content

Commit fa8f105

Browse files
authored
Remove forking action
Since #1170 worked perfectly and opened #1171 🎉
1 parent be60b4b commit fa8f105

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/update-core-deps.yml

-7
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ jobs:
2626
- id: git-diff
2727
run: git diff --quiet HEAD baselines
2828
continue-on-error: true
29-
# TODO: Remove the following command after the fork is created
30-
- uses: lelia/[email protected]
31-
with:
32-
token: ${{ secrets.TS_GITHUB_BOT_AUTH }}
33-
owner: microsoft
34-
repo: TypeScript-DOM-lib-generator
35-
continue-on-error: true
3629
- uses: peter-evans/create-pull-request@v3
3730
if: ${{ steps.git-diff.outcome == 'failure' }}
3831
with:

0 commit comments

Comments
 (0)