Skip to content

Commit

Permalink
Look for right environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Jul 18, 2024
1 parent 54cd77d commit a182fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_Phylo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function is_repo_clean(repo_path)
return is_clean
end

if !haskey(ENV, "GITHUB_TOKEN")
if !haskey(ENV, "GITHUB_ACTIONS")
Pkg.develop(url = "https://github.com/richardreeve/ResearchSoftwareMetadata.jl.git")
using ResearchSoftwareMetadata

Expand Down

0 comments on commit a182fae

Please sign in to comment.