Skip to content

Commit

Permalink
fix rhub nix runner to use current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-baumann committed Sep 14, 2024
1 parent e83d9cc commit e1a05c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH }}'

- name: Run checks
run: nix-shell --run "Rscript -e \"rhub::rhub_check(platforms = c('linux','macos','macos-arm64','windows','ubuntu-next','ubuntu-release'), branch = 'main')\""
run: nix-shell --run "Rscript -e \"rhub::rhub_check(platforms = c('linux','macos','macos-arm64','windows','ubuntu-next','ubuntu-release'))\""

0 comments on commit e1a05c7

Please sign in to comment.