Skip to content

Commit

Permalink
ci: Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jun 26, 2024
1 parent e445976 commit 7134fcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/versions-matrix/action.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ to_json <- function(x) {
configs <- unlist(lapply(include_list, to_json))
json <- paste0('{"include":[', paste(configs, collapse = ","), ']}')

writeLines(json, ".github/version-matrix.json")
writeLines(json, ".github/versions-matrix.json")
writeLines(json)

0 comments on commit 7134fcb

Please sign in to comment.