Skip to content

Commit ce841b6

Browse files
Update .github/workflows/update.jl
1 parent 84b0d93 commit ce841b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ using Git, GitHub, Dates
55
gh_token = ARGS[1]
66
myauth = GitHub.authenticate(gh_token)
77

8-
(@isdefined myauth) ? @info("Authentication token is found...") : @info("Coudn't find the authentication token")
8+
(@isdefined myauth) ? @info("Authentication token is found...") :
9+
@info("Coudn't find the authentication token")
910

1011
const git = Git.git()
1112
date = Dates.format(now(), "yyyy-mm-dd")

0 commit comments

Comments
 (0)