Skip to content

Commit

Permalink
Fix github action workflow env var
Browse files Browse the repository at this point in the history
  • Loading branch information
mvfki committed Mar 24, 2024
1 parent 3bf4295 commit 4df22df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
_R_CHECK_FORCE_SUGGESTS_: false

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4df22df

Please sign in to comment.