Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SiyaoIsHiding authored Mar 21, 2023
1 parent 2a0b85e commit 903c6d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ inputs:

runs:
using: "composite"
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
steps:
- name: check-out
uses: actions/checkout@v1
Expand Down Expand Up @@ -48,6 +45,7 @@ runs:
## --------------------------------------------------------------------
devtools::install_github("tdhock/atime@compare-dt-tidy")
src_dir <- Sys.getenv("GITHUB_WORKSPACE")
devtools::install(src_dir)
options(repos="http://cloud.r-project.org")
result.list <- atime::atime_pkg(src_dir)
Expand Down

0 comments on commit 903c6d2

Please sign in to comment.