File tree Expand file tree Collapse file tree 1 file changed +25
-29
lines changed Expand file tree Collapse file tree 1 file changed +25
-29
lines changed Original file line number Diff line number Diff line change 1- name : Link-rot-Checker 
2- 
3- on :
4-   repository_dispatch :
5-   workflow_dispatch :
6-   schedule :
7-     - cron : " 00 18 * * *" 
8- 
9- jobs :
10-   linkChecker :
11-     runs-on : ubuntu-latest 
12-     permissions :
13-       issues : write  
14-     steps :
15-       - uses : actions/checkout@v4 
16- 
17-       - name : Link Checker 
18-         id : lychee 
19-         uses : lycheeverse/lychee-action@v2 
20-         with :
21-           fail : false 
22- 
23-       - name : Create Issue From File 
24-         if : steps.lychee.outputs.exit_code != 0 
25-         uses : peter-evans/create-issue-from-file@v5 
26-         with :
27-           title : Link Checker Report 
28-           content-filepath : ./lychee/out.md 
29-           labels : report, automated issue 
1+ name : Link-rot-Checker 
2+ on :
3+   repository_dispatch :
4+   workflow_dispatch :
5+   schedule :
6+   - cron : " 00 18 * * *" 
7+ jobs :
8+   linkChecker :
9+     runs-on : ubuntu-latest 
10+     permissions :
11+       issues : write 
12+     steps :
13+     - uses : actions/checkout@v4 
14+     - name : Link Checker 
15+       id : lychee 
16+       uses : lycheeverse/lychee-action@v2 
17+       with :
18+         fail : false 
19+     - name : Create Issue From File 
20+       if : steps.lychee.outputs.exit_code != 0 
21+       uses : peter-evans/create-issue-from-file@v5 
22+       with :
23+         title : Link Checker Report 
24+         content-filepath : ./lychee/out.md 
25+         labels : report, automated issue 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments