We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4211211 commit e4f99d5Copy full SHA for e4f99d5
.github/workflows/primer_comment.yaml
@@ -14,7 +14,7 @@ permissions:
14
pull-requests: write
15
16
jobs:
17
- primer-run:
+ primer-comment:
18
name: Run
19
runs-on: ubuntu-latest
20
steps:
@@ -45,7 +45,7 @@ jobs:
45
github-token: ${{ secrets.GITHUB_TOKEN }}
46
script: |
47
const fs = require('fs')
48
- const data = fs.readFileSync('.pydocstringformatter_primer_tests/fulldiff.txt', { encoding: 'utf8' })
+ const data = fs.readFileSync('fulldiff.txt', { encoding: 'utf8' })
49
console.log("Diff from primer:")
50
console.log(data)
51
let body
0 commit comments