Skip to content

Commit

Permalink
setup-r-dependencies: put repo status into a group (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi authored Feb 19, 2025
1 parent b9fb1d6 commit 994719e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup-r-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,11 @@ runs:

- name: Repo status
run: |
# Repo status
cat("::group::Repo status\n")
options(width = 1000)
pak::repo_status()
cat("::endgroup::\n")
shell: Rscript {0}

- name: Query dependencies
Expand Down

0 comments on commit 994719e

Please sign in to comment.