Skip to content

Commit 36b481d

Browse files
Merge pull request #7 from N5N3/main
2 parents 843a2f3 + 64cee65 commit 36b481d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ runs:
5151
# Set outputs
5252
open(ENV["GITHUB_OUTPUT"], "a") do io
5353
println(io, "total=$(inv_total)")
54-
println(io, "deps=$(inv_deps)")'
54+
println(io, "deps=$(inv_deps)")
5555
end
5656
shell: julia --color=yes --project=. {0}

0 commit comments

Comments
 (0)