Skip to content

Commit 74636db

Browse files
authored
Update LiterateCheck.yml (part III)
1 parent 09f656b commit 74636db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/LiterateCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
else
4545
Pkg.Registry.add("General")
4646
end
47-
if !isempty("$${{ inputs.localregistry }}")
47+
if !isempty("${{ inputs.localregistry }}")
4848
local_repos = split("${{ inputs.localregistry }}", "\n") .|> string
4949
for repo_url in local_repos
5050
isempty(repo_url) && continue

0 commit comments

Comments
 (0)