Skip to content

Commit 7663e87

Browse files
authored
Merge pull request #2411 from filecoin-project/revert-2410-main
Revert "Running linkchecker on top of latest main instead of an old fork"
2 parents 908c479 + 61e7bdb commit 7663e87

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/check-external-links.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ jobs:
88
linkChecker:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Checkout code (merge of PR + base)
12-
uses: actions/checkout@v4
13-
with:
14-
# For pull_request events, this is the "virtual" merge commit
15-
# If the PR can't be merged (conflicts), this ref won't exist.
16-
ref: ${{ github.event_name == 'pull_request' && format('refs/pull/{0}/merge', github.event.pull_request.number) || github.ref }}
17-
fetch-depth: 0
11+
- uses: actions/checkout@v3
1812

1913
- name: Link Checker
2014
id: lychee

0 commit comments

Comments
 (0)