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 74636db commit 21c6bf3Copy full SHA for 21c6bf3
.github/workflows/Documentation.yml
@@ -83,7 +83,7 @@ jobs:
83
else
84
Pkg.Registry.add("General")
85
end
86
- if !isempty("$${{ inputs.localregistry }}")
+ if !isempty("${{ inputs.localregistry }}")
87
local_repos = split("${{ inputs.localregistry }}", "\n") .|> string
88
for repo_url in local_repos
89
isempty(repo_url) && continue
0 commit comments