Skip to content

Commit 21c6bf3

Browse files
authored
Update Documentation.yml
1 parent 74636db commit 21c6bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
else
8484
Pkg.Registry.add("General")
8585
end
86-
if !isempty("$${{ inputs.localregistry }}")
86+
if !isempty("${{ inputs.localregistry }}")
8787
local_repos = split("${{ inputs.localregistry }}", "\n") .|> string
8888
for repo_url in local_repos
8989
isempty(repo_url) && continue

0 commit comments

Comments
 (0)