Skip to content

Commit dc9a463

Browse files
authored
Merge pull request #916 from naher94/development
Links Updated
2 parents 04c7047 + 550e98c commit dc9a463

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

β€Ž.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: ".github/workflows"
5+
schedule:
6+
interval: "daily"

β€Ž.github/workflows/link-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
repository_dispatch:
55
workflow_dispatch:
66
schedule:
7-
- cron: "0 0 * * 6"
7+
- cron: "0 6 * * 5"
88

99
jobs:
1010
linkChecker:
@@ -34,7 +34,7 @@ jobs:
3434
id: lychee
3535
uses: lycheeverse/lychee-action@v2
3636
with:
37-
args: _site --exclude '^https://www\.linkedin\.com/in/rehan-butt/' --exclude '^https://codepen\.io/rehanbutt' --exclude '^https://instagram\.com/naher94'
37+
args: _site --exclude '^https://www\.linkedin\.com/in/rehan-butt/' --exclude '^https://codepen\.io/rehanbutt' --exclude '^https://instagram\.com/naher94' --user-agent "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0"
3838
fail: false
3939

4040
- name: Create Issue From File

β€ŽREADME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ https://500px.com/p/rehan_butt |βœ–οΈ|βœ…|βœ…| Twitter & Instagram links
220220
https://dribbble.com/rehanbutt |βœ–οΈ|βœ…|βœ…|social links
221221
https://www.imdb.com/name/nm15449795/ |βœ–οΈ|βœ–οΈ|βœ–οΈ| rehanbutt.com & Linkedin links
222222
https://adplist.org/mentors/rehan-butt |βœ… header image|βœ…|βœ…| Twitter link
223-
https://angel.co/rehan-butt | βœ–οΈ|βœ…|βœ…| social links
223+
https://wellfound.com/u/rehan-butt | βœ–οΈ|βœ…|βœ…| social links
224224
https://medium.com/@rehan-butt | βœ–οΈ|βœ–οΈ|βœ…
225225
https://society6.com/rehanbutt/about |βœ… header image|βœ–οΈ|βœ–οΈ
226226
https://www.youtube.com/c/RehanButt1994 | βœ… header image|βœ–οΈ|βœ–οΈ| social links

0 commit comments

Comments
Β (0)