We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b0d93 commit ce841b6Copy full SHA for ce841b6
.github/workflows/update.jl
@@ -5,7 +5,8 @@ using Git, GitHub, Dates
5
gh_token = ARGS[1]
6
myauth = GitHub.authenticate(gh_token)
7
8
-(@isdefined myauth) ? @info("Authentication token is found...") : @info("Coudn't find the authentication token")
+(@isdefined myauth) ? @info("Authentication token is found...") :
9
+@info("Coudn't find the authentication token")
10
11
const git = Git.git()
12
date = Dates.format(now(), "yyyy-mm-dd")
0 commit comments