Skip to content

Commit 5706098

Browse files
author
Orta Therox
authored
Merge pull request #1172 from saschanaz/patch-3
Remove forking action
2 parents be60b4b + fa8f105 commit 5706098

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)