Skip to content

Commit

Permalink
Fix advice
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 25, 2021
1 parent ca19599 commit 700eede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ci_source/providers/GitHubActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ import { readFileSync, existsSync } from "fs"
* ```
*
* Note that when using Danger in this way, you will not have the file-system set up for
* the PR, so you cannot use `fs` to read a file (use `danger.github.fileContents` instead)
* the PR, so you cannot use `fs` to read a file (use `danger.github.utils.fileContents` instead)
* but the usual PR metadata and DSL will act the same.
*/

Expand Down

0 comments on commit 700eede

Please sign in to comment.