Skip to content

Commit 98500ba

Browse files
damaneicebdougie
andauthoredJul 9, 2020
Add developers using GitHub actions (#11)
* Add script to create a README file * add new issue template * add readme workflow * update action job name * Update action/create-readme.rb Co-authored-by: Brian Douglas <bdougie@users.noreply.github.com>
1 parent 966f94d commit 98500ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎action/create-readme.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def build_developer_list(users)
8787
end
8888

8989
def handle_link(login)
90-
"[@#{login}](https://github.com/#{login})"
90+
"[@#{login}](#{login})"
9191
end
9292

9393
def photo_link(login)
@@ -100,4 +100,3 @@ def update_readme(save: false)
100100
end
101101

102102
update_readme(save: true)
103-

0 commit comments

Comments
 (0)
Failed to load comments.