We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d4830 commit d83ddacCopy full SHA for d83ddac
1 file changed
.github/workflows/pr-link-path-scan.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Check the Validity of Hyperlinks
24
run: |
25
cd ${{github.workspace}}
26
- delay=15
+ delay=1
27
fail="FALSE"
28
merged_commit=$(git log -1 --format='%H')
29
changed_files="$(git diff --name-status --diff-filter=ARM ${{ github.event.pull_request.base.sha }} ${merged_commit} | awk '/\.md$/ {print $NF}')"
@@ -80,7 +80,7 @@ jobs:
80
- name: Checking Relative Path Validity
81
82
83
84
85
repo_name=${{ github.event.pull_request.head.repo.full_name }}
86
branch="https://github.com/$repo_name/blob/${{ github.event.pull_request.head.ref }}"
0 commit comments