Skip to content

Commit

Permalink
Update update-to-latest-easystats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 27, 2023
1 parent 37629a5 commit c5ed619
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-to-latest-easystats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create PR for DESCRIPTION change to use latest easystats dependencies
name: update-to-latest-easystats

on:
push:
Expand All @@ -11,7 +11,7 @@ on:
# - cron: "0 0 1 * *"

jobs:
create_pr:
update-to-latest-easystats:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -22,7 +22,7 @@ jobs:

- name: Update DESCRIPTION file
run: |
install.packages('pak')
install.packages('pak', dependencies = TRUE)
pak::pkg_install('usethis')
usethis::use_latest_dependencies()
shell: Rscript {0}
Expand Down

0 comments on commit c5ed619

Please sign in to comment.