Skip to content

Commit e4f99d5

Browse files
authored
Change name and file
1 parent 4211211 commit e4f99d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/primer_comment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
pull-requests: write
1515

1616
jobs:
17-
primer-run:
17+
primer-comment:
1818
name: Run
1919
runs-on: ubuntu-latest
2020
steps:
@@ -45,7 +45,7 @@ jobs:
4545
github-token: ${{ secrets.GITHUB_TOKEN }}
4646
script: |
4747
const fs = require('fs')
48-
const data = fs.readFileSync('.pydocstringformatter_primer_tests/fulldiff.txt', { encoding: 'utf8' })
48+
const data = fs.readFileSync('fulldiff.txt', { encoding: 'utf8' })
4949
console.log("Diff from primer:")
5050
console.log(data)
5151
let body

0 commit comments

Comments
 (0)