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 09f656b commit 74636dbCopy full SHA for 74636db
.github/workflows/LiterateCheck.yml
@@ -44,7 +44,7 @@ jobs:
44
else
45
Pkg.Registry.add("General")
46
end
47
- if !isempty("$${{ inputs.localregistry }}")
+ if !isempty("${{ inputs.localregistry }}")
48
local_repos = split("${{ inputs.localregistry }}", "\n") .|> string
49
for repo_url in local_repos
50
isempty(repo_url) && continue
0 commit comments