Skip to content

Commit

Permalink
Fix whitespace in NEWS and Paths on Windows GHA Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMMortimer committed Mar 1, 2022
1 parent 6d646df commit 133b37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-04-R-CMD-check-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
RSPM: ${{ matrix.config.rspm }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
SALESFORCER_USERNAME: ${{ secrets.SALESFORCER_USERNAME }}
SALESFORCER_TOKEN_PATH: ${{ github.workspace }}/tests/testthat/
SALESFORCER_TOKEN_PATH: ${{ github.workspace }}\tests\testthat\

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
* Added a deprecation warning that using basic authentication (password and
security token) will no longer work since Salesforce announced that all
customers will be migrated to MFA beginning February 1st, 2022
([link](https://admin.salesforce.com/blog/2021/everything-admins-need-to-know-about-the-mfa-requirement)).
Many thanks to @klaw2 for highlighting in #113.
([link](https://admin.salesforce.com/blog/2021/everything-admins-need-to-know-about-the-mfa-requirement)). Many thanks to @klaw2 for highlighting in #113.
* Remove deprecated use of `dplyr::across()` and add logic to circumvent a
new warning emitted by `readr::type_convert()` when no character columns
are present
Expand Down

0 comments on commit 133b37c

Please sign in to comment.